Viewing 1 replies (of 1 total)
  • Plugin Contributor HT Plugins

    (@htplugins)

    Hello @davidmonument,

    Thank you for reaching out to us. We appreciate your feedback regarding the spacing issue between the “Add to Cart” button and the plus and minus buttons. While this issue does not directly relate to our plugin, we would like to assist you by providing some custom CSS code that you can use to adjust the spacing.

    Here is the CSS code:

    .single-product .wpb_column.vc_column_container.vc_col-sm-6 .quantity .minus,
    .single-product .wpb_column.vc_column_container.vc_col-sm-6 .quantity .plus {
        padding-left: 1.5em !important;
        padding-right: 1.5em !important;
    }
    .single-product .wpb_column.vc_column_container.vc_col-sm-6 .quantity,
    .text-center .quantity {
        margin-right: 2em !important;
    }

    To add this CSS code to your site’s additional CSS, please follow these steps:

    Step 1: Go to Appearance > Customize. [Insert the provided screenshot link: https://postimg.cc/image/lc93c4a05/]

    Step 2: Look for the “Additional CSS” option and click on it. [Insert the provided screenshot link: https://postimg.cc/image/c5qsou4rp/]

    Step 3: Copy and paste the provided CSS code into the text area. [Insert the provided screenshot link: https://postimg.cc/image/6iufrd291/]

    By following these steps and adding the CSS code to your site’s additional CSS, it should help improve the spacing between the “Add to Cart” button and the plus and minus buttons.

    Have a nice day!

    Best regards,
    HT Plugins

Viewing 1 replies (of 1 total)
  • The topic ‘Spacing between WCB Add to Cart button and – and + too small’ is closed to new replies.