Archived topic
Mini cart icon's problem
3 replies · Started by Hassan on July 20, 2019
Hello there,
I have a problem in mini cart items stacking, it stacks strangely and I can't figure out the class should we use to make some padding, please have a look at this screenshot: http://tinyurl.com/y2vqjnwk
I just want to make some padding-right and bottom for the item image.
Thanks in advanced.
Hi there,
Try adding this CSS:
.woocommerce ul.cart_list li img {
width: 2em;
}
Let me know :)
Again, it's another awesome answer from Tom :)
yeah it works now, thank you and sorry for delay.
Awesome, glad I could help :)