Tagged: 

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

    Hi Guys,

    I’ve the logo in the center and menu below. Works great, looks cool. I’d like the font size to be 16pt, which is also no problem… except on the IPAD in portrait position. The last link in the menu is positioned on a 2nd row.
    If I set the font size to 14 it’s solved, but I’d like to keep it 16pt

    What’s the best solution? Menu padding CSS or something with the screen width?

    Thanks

    BR
    Jeff

    #310772

    Hi jeffreyvanoostrom!

    Thank you for using Enfold.

    Do you mind if we take a look at the actual website? Please post the url here. You can decrease the padding of the menu items using this on Quick CSS or custom.css:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .av-main-nav > li > a {
    padding: 0 8px;
    }
    }

    Cheers!
    Ismael

    #310812
    This reply has been marked as private.
    #310830

    Hi Guys,

    I’ve set the menu at “mobile menu” for tablets as well, so now it shows the mobile menu on IPAD in portrait position, which is fine.
    So it’s solved.

    Thanks for the support and the awesome theme

    BR
    Jeff

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Main menu width’ is closed to new replies.