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

    Hi

    Is it possible to move the burger menu to the right and place it after the shop cart icon? It looks odd on a mobile device with the burger menu in between the account iocn and the cart icon?

    Regards
    Colin

    #1487518

    Hey waveseven,
    Please link to the site so we can examine.

    Best regards,
    Mike

    #1487524

    Hi Mike

    It’s on a development server at the moment and I’ve put the link below.

    Regards
    Colin

    #1487530

    Hi,

    Thank you for the info.

    Please add this css code to move the account and mobile menus after the cart icon.

    @media only screen and (max-width: 1024px) {
        .responsive #top #wrap_all .main_menu {
            display: flex;
            position: absolute;
            flex-direction: row-reverse;
        }
    }

    Let us know the result.

    Best regards,
    Ismael

    #1487547

    Hi Ismael

    That’s perfect, thanks for your help

    Regards
    Colin

    #1487559

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Move burger menu after cart icon’ is closed to new replies.