Tagged: 

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

    Hello

    You will note that the menu on the site below overlaps the logo on tablets – portrait and landscape. I have set to use the mobile menu to activate for smart phones and tablets (browser width below 990px but it does not appear to have worked.

    Please can you advise?

    #846351

    Hey sensiblekaren,

    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: 990px) and (max-width: 1100px) {
    .av-main-nav > li > a {
        padding: 0 5px;
    }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #849574

    Thank you so much this worked

    #849772

    Hi,

    I’m glad this worked for you. If you need additional help, let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘mobile menu not being activated on tablets’ is closed to new replies.