Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #396108

    Hi folks – my logo is sitting way to close to the top of the page – what element do I need to target to give some whitespace just above the logo?

    I tried adding this to my child theme css but when I scroll down the logo gets cut off

    strong.logo{
    padding-top: 30px;
    }

    is there also a way to just target the normal logo not the one over the transparent header??

    cheers

    http://sdtest.info/ntq/

    #396507

    Hey ShortieD!

    go with this code:

    .logo img.alternate {
    top: 10px;
    }
    

    Best regards,
    Andy

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