Hi Terri,
Here is how you manage the width of the form.
Add some custom Css to your form and change the width accordingly
.cf_sign_on {
width: 240px !important;
}
And just to add to that here is the code to replace the entire social part with just a LinkedIN button.
I am sure this should allow you to edit the code and implement your own button/style.
/* Add your custom CSS below */
.cf_sign_on {
width: 240px !important;
height: 30px !important;
background: none !important;
border: none !important;
}
.cf_synd_icon_li_sm {
background: url('http://www.acme.com/connect-with-linkedin.png') !important;
}
.cf_sign_on_caption{
text-indent: 100% !important;
white-space: nowrap !important;
overflow: hidden !important;
}
.cf_icon {
width: 218px !important;
height: 34px !important;
}
.cf_sign_on_button {
width: 230px !important;
height: 50px !important;
border: none !important;
background: none !important;
text-indent: 100% !important;
white-space: nowrap !important;
overflow: hidden !important;
}