Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #331841

    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?

    #332196

    Hi codecreative!

    Add the following code to Quick CSS or custom.css

    #mc4wp_widget-2{
       margin-bottom:0px !important;
    }

    Best regards,
    Arvish

    #333233

    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

    #333240

    Hey!

    Seems like there was no top margin on #widget_sp_image-2 element but there was bottom margin on #mc4wp_widget-2 element.

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.