• Resolved gabriel85

    (@gabriel85)


    Hi,

    In my case the “Quick Checkout” button is below the “add to cart” button without any margin, so it sticks to it.

    Can I edit the code to allow extra margin or line between the buttons?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Hitendra Chopda

    (@hitendra-chopda)

    Hello gabriel85,

    Thanks for reaching out to us.

    Yes, you can add the CSS using the button class to make it work.

    If you are unable to get an idea then please share the product link and we will share the CSS code for you.

    Best Regards,
    Hitendra & Dotstore Team

    Thread Starter gabriel85

    (@gabriel85)

    .woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    margin: 1px;

    I added:
    margin: 1x;

    Does seem to work, so this css where I changed it is ok I guess?

    Plugin Support Hitendra Chopda

    (@hitendra-chopda)

    Hello gabriel85,

    Thanks for your feedback.

    You can add the CSS in your themes style.css file to make a permanent change.

    Best Regards,
    Hitendra & Dotstore Team

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Quick checkout button extra margin on frontend’ is closed to new replies.