I want to arrange plus and minus icons side by side like a PC site.

This topic has 3 replies, 2 voices, and was last updated 3 years ago ago by HelloMorinig

  • Avatar: HelloMorinig
    HelloMorinig
    Participant
    April 8, 2021 at 03:08

    About MOBILE SITE.
    I want to arrange plus and minus icons side by side like a PC site.

    Please, contact administrator
    for this information.
    2 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 8, 2021 at 13:29

    Hello,

    Add the next code in Theme Options > Theme custom CSS > Custom CSS for mobile:

    .product-quantity span.minus, .product-quantity span.plus {
        height: 100%;
        position: relative;
        border-top: 1px solid var(--et_inputs-border-color, var(--et_border-color));
    }
    .product-quantity .quantity input[type="number"] {
        padding: 0px 10px;
        order: unset;
    }

    Regards

    Avatar: HelloMorinig
    HelloMorinig
    Participant
    April 8, 2021 at 14:45

    Thank you!!!!!!

  • Viewing 3 results - 1 through 3 (of 3 total)

The issue related to '‘I want to arrange plus and minus icons side by side like a PC site.’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.