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

    Dear support team,

    when i shrink the browser window: First stat is right: Logo on the right, burger-menu on the left.
    But when i shrink the browser window more they change position to logo left and Burger menu right?

    I want to have the menu on the right side always. Can you help please?
    I tried this, without an effect: #advanced_menu_toggle, #advanced_menu_hide { right: auto; left: 0; }

    #820804

    Hey dondela,

    Do you want the RTL version of the menu? Or just want to place the burger to the other side?

    Best regards,
    Basilis

    #820887

    Hi Basilis,
    i just want the burger on the left side in mobile menu state.

    Thanks dondela

    #820890

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    
    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .main_menu {
        left: 0;
        right: auto;
    }
    .html_header_top #top .av_logo_right .logo img {
        float: right;
    }
    .html_header_top #top .av_logo_right .logo {
        width: 100%;
    }}
    
    

    Best regards,
    Yigit

    #821209

    Hi Yigit,
    thats it!
    Thank you very much :-)
    dondela

    #821232

    Hi,

    You are welcome! We are always happy to help :)
    Let us know if you have any other questions or issues and enjoy your weekend!

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘mobile menu to the left’ is closed to new replies.