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

    Hi,

    I have a question regarding the mobile menu. When I open the menu on my iPhone, and click on a page, te mobile menu will stay on the right side of the page. Meaning; if i scroll to the right on my iPhone, the menu will just be “sitting” there while not having pressed the button.

    Picture of what i mean: http://hkcncservice.nl/wp-content/uploads/2016/03/image.png

    My custom CSS as it is know:

    .title_container .breadcrumb {
    position: relative !important;
    right: auto !important;
    margin-top: 0px !important;
    left: -3px;
    margin-bottom: 25px !important;
    }

    @media only screen and (max-width: 1024px) {
    #mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
    nav.main_menu { display: none; }}

    My website is: http://www.hkcncservice.nl

    – Sander

    #593377

    Hi sanderhudepohl!

    Please add following code to Quick CSS as well

    #wrap_all {
    position: relative !important;
    }

    Best regards,
    Yigit

    #593382

    Hi Yigit,

    Seems to work perfect! Thank you for your quick reply!

    – Sander

    #593389

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘iPhone menu showing right side of website’ is closed to new replies.