Hi, how can I move the mobile burger menu icon to the right and the cart icon to be to the left of the menu icon?
Thanks.
Hey DROR,
Best regards,
Victoria
I removed them all and it’s the same.
Hi,
Please adjust the values int he below code to suit your design.
.main_menu {
position:absolute;
right: -50px !important;
}
#menu-item-shop a {
position: absolute;
right : 60px;
}
Best regards,
Vinay