Hi, how can I make the cart icon show to the left of the mobile burger menu and that when clicked it will work and go to the cart page?
Hey bakbek,
Try adding this css code in Quick CSS, located in Enfold > General Styling:
@media only screen and (max-width:959px) {
.responsive.html_bottom_nav_header #top #menu-item-shop.cart_dropdown {
right: 30px;
}
}
Hope it helps.
Best regards,
Nikko
Hi Nikko, that fixed the position of the icon but it is still not clickable. I should be able to click on it and go to the cart page and its not working.
Hi bakbek,
Can you try replacing the code I gave to:
@media only screen and (max-width:959px) {
.responsive.html_bottom_nav_header #top #menu-item-shop.cart_dropdown {
right: 30px;
z-index: 10;
}
}
Best regards,
Nikko