hi im trying to remove the margin that appears above the logo in column 1 of the footer below the Join our newsletter column
Please see
http://217.199.187.65/dentistdirect-colchester.co.uk/
I have attempted to add this to the quick css
#widget_sp_image-2 {margin-top:3px !important;}
but it fails to have any effect. I reviewed the item in firebug and my rule is present but so it the original css rule
And this original one has no line through it to indicate my css has over ridden it
Any suggestions what I can do?
Hi codecreative!
Add the following code to Quick CSS or custom.css
#mc4wp_widget-2{
margin-bottom:0px !important;
}
Best regards,
Arvish
Ah thank you
Yes that works. I always love to learn and was wondering why did the initial CSS fail to work? Wondering why I could edit the CSS parameters for #widget_sp_image-2