PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Widget Help

  1. What is the best solution for making this look cleaner?
    http://www.happytails.co

    bottom right in sidebar...thanks

    Posted 13 years ago on Sunday April 3, 2011 | Permalink
  2. 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;
    }

    http://grab.by/9NcG

    Posted 13 years ago on Sunday April 3, 2011 | Permalink
  3. Perfect!!!!!

    Cheers!

    Posted 13 years ago on Sunday April 3, 2011 | Permalink
  4. jbdurand
    Member

    Great site !
    Is your ecommerce site done in Gravity Forms?
    Best regards

    Posted 13 years ago on Monday April 4, 2011 | Permalink