Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #953271

    Please check screenshot below.

    Obviously, this needs to be underneath the mobile menu. So it doesn’t overlaps.

    #953723

    Hey Jillian,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 990px) {
    #sub_menu1 {
      display:none !important;
    }
    }

    Best regards,
    Rikard

    #953948

    Wait.. What? I think you did not understand me. My bad. Ill try to explain it better. When you open the mobile menu on your mobile /tablet. The full width submenu element is above the menu. It has to be underneath. Check the screenshot that I approvided above.

    The given code did not solve that problem.

    #954554

    Hi Jillian,

    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 .av-submenu-container {
        z-index: 1 !important;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #954941

    Works like a charm! Thanks!

    #955249

    Oh never mind. It works on all mobile’s but not on iphones. On iphones we got another type of problem. Please see the screenshot below. It seems like it’s behind the page.

    #956283

    Hi,

    I can’t reproduce the issue on my end. Where can we see the page from the screenshot? I can’t find the “verge xvg” section.

    Best regards,
    Ismael

    #956322

    I’ve linked it below. Keep in mind that it works perfectly on PC and stuff. The issue only appears on iphones.

    #957358

    Hi,

    One of my team mates checked the site and she said that there’s this css declaration or code in the child theme’s style.css file which breaks several things on Safari. Please remove it.

    #wrap_all { position: relative !important; }
    

    Best regards,
    Ismael

    #957414

    I’ve removed the CSS declaration, but the problem is still there unfortunally.

    #958504

    Hi,

    Remove the css code then purge the browser cache prior to checking the page. You’re probably looking on a cached version of the page.

    Best regards,
    Ismael

    #965024

    Awesome!

    #965662

    Hi,

    Glad we could help!
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Full width Sub menu goes over mobile menu.’ is closed to new replies.