Resizing Social form fill buttons | Community
Skip to main content
January 17, 2017
Solved

Resizing Social form fill buttons

  • January 17, 2017
  • 2 replies
  • 3335 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Akshay_Pant

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.

2 replies

Jim_Thao7
Level 8
January 20, 2017

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
Akshay_PantAccepted solution
Level 4
January 23, 2017

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.

January 24, 2017

That worked perfectly!! Thanks so much Akshay!