SOLVED

Resizing Social form fill buttons

Go to solution
Anonymous
Not applicable

Resizing Social form fill buttons

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

Accepted Solutions
Akshay_Pant
Level 5

Re: Resizing Social form fill buttons

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
Jim_Thao7
Level 9

Re: Resizing Social form fill buttons

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

Akshay_Pant
Level 5

Re: Resizing Social form fill buttons

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

Re: Resizing Social form fill buttons

That worked perfectly!! Thanks so much Akshay!