Home Forums WoodMart support forum Add To Cart Button Margin

Add To Cart Button Margin

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #364708

    Hausbasket
    Participant

    Hello Team,

    I need your help with the aligned add-to-car button. My add to cart button miss-aligned. If you want to see the position of a button then visit the website (URL in Private) and open any one product then you clearly see the position of the button. Add to cart button move 12px right side. I used the full-width button.
    Also, I share an exact image, please see the attachment.

    Attachments:
    You must be logged in to view attached files.
    #364834

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .single-product .quantity:not(.hidden)+button {
        margin-left: 0;
    }

    Best Regards

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