Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1357268

    Hello,

    how can I reduce the width of the space reserved for the logo area? And then give more space to the menu items?

    Thank you.

    #1357272

    The problem is not to give more space to the menu items – but what is on smaller screens to do? F.e. on ipad / ipad-mini other devices – where the hamburger is not active.

    so if you set f.e. in your quick css:

    #top .av-main-nav > li > a {
      padding: 0 25px;
    }

    then try to pull your browser window smaller to see if the menu will overlap your logo before the hamburger is active.

    #1357277

    Hi,

    Thanks for helping out @guenni007 :-)

    Please post a link to where we can see the element in question if you need further help @ericsmeets.

    Best regards,
    Rikard

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