Tagged: shopping cart
Hi there,
I want the shopping cart in de top secundary menu, left next to the social media icons. The shopping cart icon must stay there, even when there is no product in the shopping cart.
Can you help me?
Hey Donnykool,
Thanks for reaching out to us!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#header_meta {
z-index: 1;
}
.html_cart_at_menu.html_bottom_nav_header #menu-item-shop {
float: right;
right: -80px;
top: -60px;
z-index: 999;
}
Best regards,
Jordan
Hi Jordan,
Thanks for your respond! It works, however it won’t stick. It is a stickey header and if I scroll down, the shopping cart dissapeares because it won’t stick with the header.
I hope you can help me with this
Regards,
Donny