Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #406781

    Hi there,

    I’ve noticed that the main menu on my site, runguidesmedia, is displaying to the right, off screen on my iPhone 4s. When users land on the site and scroll down they are accidentally able to scroll the whole page to the right which they shouldn’t be able to do.

    I’m running the wordpress 4.1.1 and Enfold 3.0.8

    How can I hide that main nav from my mobile site?

    Thanks!

    #406784

    Echoing cjennermann – I’m also having this problem on all mobile devices, phones and tablets. In fact, it’s even happening on your demo.

    Screen shots:

    iPhone

    iPhone

    #407058

    Hey!

    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;
    }}

    Issue will be fixed on upcoming update.

    Best regards,
    Yigit

    #407074

    Yigit, you rock! Thank you.

    Brandon

    #407077

    Hey!

    You are welcome Brandon, glad we could help :)
    We will keep the thread open for the OP. If you have any other questions or issues, please feel free to create a new topic

    Regards,
    Yigit

    #407241

    Thanks Yigit! That’s the perfect fix for now. Appreciate it!

    #407402

    Hey!

    Great, glad we could help :)

    Regards,
    Rikard

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