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

    Hi,
    on our site we have a long menu. On tablets, or small displays the menu will cover the logo and there will be two or more lines.

    header_homepage

    How can i add a custom value for changing to the mobile menu?

    cheers,
    patrick

    #342811

    Hey Schloss Klaus!

    Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px. If that does not help, please add following code to Quick CSS

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

    If that too does not work, please post the link to your website

    Best regards,
    Yigit

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