What is the best solution for making this look cleaner?
http://www.happytails.co
bottom right in sidebar...thanks
What is the best solution for making this look cleaner?
http://www.happytails.co
bottom right in sidebar...thanks
I'm not 100% sure what you mean by cleaner, but here's a suggestion.
[css]
/* remove background images from list and extra padding */
body .gform_widget .gform_wrapper ul,
body .gform_widget .gform_wrapper li,
body .gform_widget .gform_wrapper form li,
body .gform_widget .gform_wrapper form ul li {
list-style-type:none!important;
list-style-image:none!important;
background-image:none!important;
padding:0!important
}
/* remove extra spacing around the form button */
body .gform_widget .gform_wrapper .gform_footer {
margin: 10px 0 0 0;
padding: 0;
}
Perfect!!!!!
Cheers!
Great site !
Is your ecommerce site done in Gravity Forms?
Best regards