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?
Hey jb84,
Here’s some bug spray to put in Quick CSS:
#footer #woocommerce_product_search-3 h3 {
padding-top: 0 !important;
}
Thanks,
Rikard
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.
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
thanks but not working for text-7
Nothing change. :(
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
great the bug is fixed!
Regars