Hi,
If you have more than 15 products in cart and go over the basket icon the 2 buttons “show cart” and “order” is out of sreen.
And this list can’t be scroll.
so how to made this list scrolable (to see the 2 butons at the end) or how to limit the number of products displayed.
Would prefer issue 1
Regards
Hey jb84,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
hey,
of course. Find in private.
Add to your cart more than 8 products, depending of you screen width.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av_minimal_header #menu-item-shop .dropdown_widget {
height: 335px;
overflow: hidden;
overflow-y: scroll;
}
Best regards,
Yigit
it’s perfect
Thanks