Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #701242

    Hi,
    seem that there is a blank space at the beginning of the second column of foot widget.
    And big blank space between the 2 widget in the second column.
    An idea to fix it?

    #701688

    Hey jb84,

    Here’s some bug spray to put in Quick CSS:

    #footer #woocommerce_product_search-3 h3 {
        padding-top: 0 !important;
    }

    Thanks,
    Rikard

    #701754

    thanks it’s great now but if you see my link below you will see same problem with “nous contacter”… a big blank space
    I tryed with padding-bottom but not working.

    • This reply was modified 7 years, 6 months ago by jb84.
    #701937

    Hi,

    Ok, here’s some extra strength bug spray, please replace the old code I sent you with this:

    #footer #woocommerce_product_search-3 h3 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
    #footer #text-7 {
        margin:0 !important;
    }

    Thanks,
    Rikard

    #701942

    thanks but not working for text-7
    Nothing change. :(

    #702192

    Hi,

    Please try this:

    #footer #woocommerce_product_search-3 {
        margin: 30px 0 0 0 !important;
        padding: 0 !important;
    }

    Instead of this:

    #footer #woocommerce_product_search-3 h3 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    Thanks,
    Rikard

    #702261

    great the bug is fixed!
    Regars

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘A bug in the widget foot’ is closed to new replies.