Please check screenshot below.
Obviously, this needs to be underneath the mobile menu. So it doesn’t overlaps.
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
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.
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
Works like a charm! Thanks!
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.
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
I’ve linked it below. Keep in mind that it works perfectly on PC and stuff. The issue only appears on iphones.
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
I’ve removed the CSS declaration, but the problem is still there unfortunally.
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
Awesome!
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