Hi,
I am using the Enfold Restaurant theme on the website in private content. When I view it on my mobile iPhone as well as other test iPhones, the nav bar jumps to the top right of the screen out of visible view. However, if you slide right, it is visible with a gray bar underneath.
Super weird. But I think the nav bar is supposed to be invisible in the unopened view. I am not having this issue with other versions of the theme.
Hey Michael!
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
Hi,
We have this problem as well. Is it a bug that will be fixed on a future release or do we need to keep this code always?
Thank you