Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3801462
Plus and Minus buttons
Open

Comments

  • Simone Zuccarini started the conversation

    Hi,


    is there a way to have the plus and minus buttons in a vertical position (above and below the quantity)?

    Thank you,

    Simone 

    Attached files:  2025-01-15 14_40_15-Composite Products 04 – WPC Composite Products for WooCommerce.png

  •  1,355
    Dustin replied

    Hi Simone,

    Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .woosg-quantity.woosg-quantity-plus-minus .woosg-quantity-input {
        display: flex;
        flex-direction: column;
    }
    
    .woosg-quantity.woosg-quantity-plus-minus .woosg-quantity-input .woosg-quantity-plus {
        order: 1;
    }
    
    .woosg-quantity.woosg-quantity-plus-minus .woosg-quantity-input .quantity {
        order: 2;
    }
    
    .woosg-quantity.woosg-quantity-plus-minus .woosg-quantity-input .woosg-quantity-minus {
        order: 3;
    }

    I also wanted to inform you that your payment for the WPC Grouped Product for WooCommerce — Single site on 2022-02-07 has expired for support. To continue receiving support, please renew your license as soon as possible. 

    Best regards,
    Dustin