How to centering plus and minus in cart?
-
How to centering plus and minus in cart? I want to make size bigger but align starts shifting.
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Global custom CSS area under Theme Settings >> Custom CSS.
.cart-info div.quantity {
margin-left: 70px;
}
Best Regards
You don’t understand, i want to centered vertically plus and minus in border
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.cart-info div.quantity input[type="button"], .cart-info div.quantity input[type="number"] {
height: 55px;
font-size: 25px;
}
Best Regards
That’s not helped. When i changing a font size my minus shifting to low, not to center.
My aim is make minus a little biger to make it looks like same with plus.
Attachments:
You must be
logged in to view attached files.
Hello,
You need to change the height while changing the font size.
Please add the CSS mentioned in my last reply and provide a relevant screenshot that you get after adding the CSS.
Best Regards