SOLVED

Re: Resizing Social form fill buttons

Go to solution
Anonymous
Not applicable

Hi there! I can't find any documentation on this and was hoping someone may know how to fix the issue.

For some reason when I check the box to add Facebook and Twitter Social form fill on my form the Facebook button no longer runs straight across. The FB logo and the work Facebook are now stacked. How can I get it back to being side by side?

1 ACCEPTED SOLUTION
Akshay_Pant
Level 5

Hi Dina ,

Put this code in your CSS :

.cf_sign_on_button{

width:90px !important;

}

If you still facing this issue then please share the URL of the landing page which has using this form , then I will be able to give the CSS code as per requirement.

View solution in original post

3 REPLIES 3
Akshay_Pant
Level 5

Hi Dina ,

Put this code in your CSS :

.cf_sign_on_button{

width:90px !important;

}

If you still facing this issue then please share the URL of the landing page which has using this form , then I will be able to give the CSS code as per requirement.

Anonymous
Not applicable

That worked perfectly!! Thanks so much Akshay!

Jim_Thao7
Level 9

There must be something in your custom form CSS that is causing this.  I would start there.  By default, they are not stacked.