Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #27279

    Hi,

    I’m trying to remove the white space above our logo in the header. I’ve already made sure that there is no white space in the actual logo image.

    Thanks,

    Chris

    #133455

    Anyone have any ideas?

    I’ve tried a few different things with CSS but still haven’t been able to make it work.

    Other than this minor problem, it’s a really great theme!

    Regards,

    Chris

    #133456

    Still not resolved,

    Any help greatly appreciated!

    Chris

    #133457

    Hi,

    afaik there’s no margin around the logo but just a 5px padding on the top & bottom of the logo image. You can remove it with following css code

    .logo img {
    padding: 0;
    }

    If the code doesn’t help you please post a link to your website and I’ll check the logo position and css code.

    #133458

    Awesome! Worked perfectly.

    Thanks for your help!

    Chris

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Logo/header padding’ is closed to new replies.