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

    Hi there,
    I notice that when I view my website on a smartphone and I expand the nav bar from the home page, I cannot scroll down the list of menu items, but when I expand the menu from another page, such as Contact, the mobile nav bar works properly.
    Thanks!

    #893406

    Hey evivecare,

    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 (max-width: 767px) {
    .responsive #top {
       overflow: hidden;
    }
     #wrap_all { overflow: hidden; }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #894633

    Hi there Victoria,

    Thank you for your response. Unfortunately, the code hadn’t made a difference after placing it in both the Enfold quick CSS or in the custom.css.

    Thanks

    #894858

    Hi evivecare,

    The menu scrolls fine on the main page on my iPhone. Could you please clear the cache, check again and get back to us. Or test with another device?

    Best regards,
    Victoria

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