Home Forums WoodMart support forum How to centering plus and minus in cart?

How to centering plus and minus in cart?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #328656

    fineorganics
    Participant

    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.
    #328671

    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

    #328683

    fineorganics
    Participant

    You don’t understand, i want to centered vertically plus and minus in border

    #328835

    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

    #333780

    fineorganics
    Participant

    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.
    #333884

    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

Viewing 6 posts - 1 through 6 (of 6 total)