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?
Solved! Go to Solution.
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.
There must be something in your custom form CSS that is causing this. I would start there. By default, they are not stacked.
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.
That worked perfectly!! Thanks so much Akshay!