Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1041711

    Hello
    When using a centred logo with menu below, how can I make the Menu Bar vertically narrower?
    To be clear, I would like a slimmer menu bar, not the header which I can adjust in the Theme Options.
    Thank you

    #1041925

    Hey jaroljmek,

    Thanks for the link, so you want the menu items closer to the image/end of the header?

    Best regards,
    Rikard

    #1042772

    Hi Rikard

    Yes correct. Closer to the bottom of the header. Basically, reduce the padding top and bottom of the menu bar.

    That would be great.

    Best

    #1042918

    Hi,

    Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:

    #top #header .av-main-nav > li > a {
        line-height: 60px;
    }

    Then you can adjust the header height in the theme options.

    Best regards,
    Rikard

    #1042987

    Hi Rikard

    Thanks very much for this.

    This CSS moves the menu items up but it does not remove the bottom padding in the menu bar so the height of the bar does not reduce.

    Does that make sense?

    Thank you.

    #1043962

    Hi jaroljmek,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width: 1024px) {
      .html_header_top.html_header_sticky #header {
        height: 155px;
      }
      .html_header_top.html_header_sticky #top #wrap_all #main {
          padding-top: 150px !important;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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