Home Forums WoodMart support forum Make “Add to Cart” and “Buy Now” use full width

Make “Add to Cart” and “Buy Now” use full width

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #411509

    milspec
    Participant

    How do i make my buttons use the full width like you have in your demo?

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

    Little Panda
    Participant

    We had a similar question. The way we did it was to use the layout builder that’s part of the Woodmart theme then apply that layout to all products.

    #411689

    Hello,

    Please try this custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    button.single_add_to_cart_button.button.alt {
        flex: 1 0 auto;
    }
    
    button#wd-add-to-cart {
        flex: 1 0 auto;
    }

    Best Regards.

    #411894

    milspec
    Participant

    Thanks, worked.

    #411952

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Make “Add to Cart” and “Buy Now” use full width’ is closed to new replies.