[Resolved] Reduce padding around logo (desktop)

Home Forums Support [Resolved] Reduce padding around logo (desktop)

Home Forums Support Reduce padding around logo (desktop)

  • This topic has 3 replies, 2 voices, and was last updated 4 years ago by Leo.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1194170
    Mike

    I’m trying to reduce the padding around the logo for desktop version.

    What is the CSS code for that? I can’t do it from Layout -> Header becuase I have “Use Navigation as Header” selected.

    Thank you.

    #1194202
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (min-width: 769px) {
        .navigation-branding img {
            padding: 5px 0;
        }
    }

    The default is 10px (top and bottom) and you can reduce the number as desired.

    Let me know if this helps ๐Ÿ™‚

    #1194547
    Mike

    Perfect, thanks Leo!

    #1194815
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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