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

    Hi,

    After upgrade to 4.4.1, the menu cover the logo on mobile,
    how can i i change the menu and search position ?

    Thank you

    #982763

    Hey hgabay,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top .logo {
        width: 70% !important; 
        margin-right: 70px !important; 
    }
    .menu-item-avia-special a, #menu-item-search a {
    padding: 0px !important;
    }
    .responsive #top #wrap_all .main_menu {
        right: -20px !important; 
    }
    }

    Best regards,
    Mike

    #982842

    Hi Mike,
    Thank you it is work like a magic!

    #982858

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘menu cover logo position on mobile devices’ is closed to new replies.