Tagged: shopping cart icon
Hi Support
How do we add padding to the Shop / Add to Cart Icon in the Menu bar so it’s not swashed against the side?
Here is s screenshot
Thanks
Cheers Dave
Hi Dave,
Please try the following in Quick CSS under Enfold->General Styling:
.html_visible_cart .cart_dropdown {
right: 10px;
}
Best regards,
Rikard
Hi Rikard
Thanks for that… BUT how can we give the shopping cart icon padding on the left side from the Search icon on the desktop and the Burger menu on mobile?
So how can we give it 10 px left and right? On all screen sizes?
Thanks, Mate :)
Hi,
Thanks for the update. Please try this CSS as well:
.html_visible_cart .av-burger-menu-main {
margin-right: 35px;
}
Best regards,
Rikard
Fantastic it works :)
Thank you