Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #366616

    Hi, is it possible to change the limit size of the browser when the mobile menu is activated. The default is 990px but I would like to have it activated for 1024px too, because i have many menu items.
    Where Can I change this value?

    Thanks, Simone

    #366653

    Hi Denise3108!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

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

    Cheers!
    Yigit

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