Make “Add to Cart” and “Buy Now” use full width
-
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.
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.
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.
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.
The topic ‘Make “Add to Cart” and “Buy Now” use full width’ is closed to new replies.