Tagged: menu
The menu in the mobile version can be seen by scrolling to the right instead of just being clickable and flying out, as it should. Please see screenshot in private content section. Thank you.
I Have the same issue….it just happened with the update for me.
Hey Starkos!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) {
#wrap_all {
position: relative !important;
}}
Cheers!
Yigit
is this going to be fixed in a future update or do i need to do this every time i use this theme?
Thank you. That fixed it. Should I remove that css code once the new update is released?
Hi!
Yes, you will no longer need that code when new version is released.
Cheers!
Yigit
Thank you!