-
AuthorPosts
-
May 8, 2018 at 10:06 am #953271
Please check screenshot below.
Obviously, this needs to be underneath the mobile menu. So it doesn’t overlaps.
May 9, 2018 at 7:18 am #953723Hey 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,
RikardMay 9, 2018 at 2:34 pm #953948Wait.. 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.
May 10, 2018 at 1:56 pm #954554Hi 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,
VictoriaMay 11, 2018 at 12:20 am #954941Works like a charm! Thanks!
May 11, 2018 at 12:51 pm #955249Oh 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.
May 14, 2018 at 7:22 am #956283Hi,
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,
IsmaelMay 14, 2018 at 9:36 am #956322I’ve linked it below. Keep in mind that it works perfectly on PC and stuff. The issue only appears on iphones.
May 16, 2018 at 7:47 am #957358Hi,
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,
IsmaelMay 16, 2018 at 9:31 am #957414I’ve removed the CSS declaration, but the problem is still there unfortunally.
May 18, 2018 at 9:32 am #958504Hi,
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,
IsmaelJune 1, 2018 at 1:23 am #965024Awesome!
June 2, 2018 at 4:32 am #965662Hi,
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 -
AuthorPosts
- The topic ‘Full width Sub menu goes over mobile menu.’ is closed to new replies.
