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
Hi Mike
It’s on a development server at the moment and I’ve put the link below.
Regards
Colin
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
Hi Ismael
That’s perfect, thanks for your help
Regards
Colin
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