Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #398759

    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.

    #398862

    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

    #399228

    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

    #399475

    Hi!

    There will be a fix for this in the next release.

    Regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.