Removing white space from slide out cart
-
Hi bro, for your assistance pls…
Can you let me know what changes are done so I can revert back in future if needed.
Thanks in advance!
Hello,
Could you please provide us your website link also?
Kind Regards
XTemos Studio
Done. Sorry forgot about that! Made a joke of myself =/
We have checked your site and our previous customization code work correctly for the side out cart. (https://gyazo.com/b98b3bc23c59eb736af232d7abf96962)
Please, try to clear your browser cache.
Regards
Hi, I have tried clearing cache the first time i encountered this problem. Done so a couple of times again now but still the same. I tried on both firefox and IE.
I’m not sure why too…
Attachments:
You must be
logged in to view attached files.
Hello,
We have added some CSS code to your site to fix this issue (https://gyazo.com/9d2619c562073216cfcce317df5bfa10). Please check now.
Regards
Thank you!!! It works perfect now!
Top quality, top service =p
Below code for my own reference.
body .cart-widget-side {
overflow: auto;
}
body .cart-widget-side .widget_shopping_cart .woodmart-scroll-content {
position: relative;
}
body .cart-widget-side .widget_shopping_cart_content {
display: block;
}
.cart-widget-side .shopping-cart-widget-body.woodmart-scroll {
height: auto;
}