Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #389442

    Hi, if i slide to the right on my iphone, the menu appears? I would to remove this option, if it’s an option :-)

    Thank u!
    Fabio

    #389748

    Hey Fabio!

    That’s an unexpected issue and it will be fixed in the next patch, in the meantime add this to Quick CSS:

    @media only screen and (max-width: 767px){
        .responsive #top {
            position: relative;
        }
    }

    Regards,
    Josue

    • This reply was modified 9 years, 1 month ago by Josue.
    #389793

    I just tried adding that code, and it doesnt appear to be working.

    #389799

    There was a typo in my previous message, please try copying it again.

    Regards,
    Josue

    #389804

    That worked. Thanks Josue.

    #389812

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Why Main Menu is in the right side on my iphone?’ is closed to new replies.