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

    Hi Guys, i would like to remove the padding/margin that is between the light navigation border (top) and the logo above it on this site using the centered header;

    #1126379

    Hey Josh,

    You may need to crop the image itself. There is no actual margin or padding between them.

    Best regards,
    Jordan Shannon

    #1126527

    okay, thank you.

    Just want to double check though, no quick css way to pull up the nav, like with a negative margin perhaps?

    #1126581

    Hi,

    You can try negative margins if you like:

    .logo img {
        margin-top: -10px;
    }

    Best regards,
    Rikard

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