This topic has 4 replies, 2 voices, and was last updated 3 years ago ago by Rose Tyler
Buy now button is not responding to the Form cart widget Min. Width adjustments.
Only add to cart button is adjustable.
Tried adjusting with css but it keeps changing.
https://paste.pics/f1c34e4314a2b890abb3f1ca94834e45
https://paste.pics/3b9839cfca72d8c55c5c7bf8e40d3632
Hello,
Try to use the next custom CSS code:
.et_product-block .et-single-buy-now.single_add_to_cart_button.button {
max-width: 250px;
}
Regards
Hi Rose,
Your code works fine. But the buttons doesn’t align center in mobile view.
Kindly refer to the link.
https://snipboard.io/TSC1vO.jpg
Hello,
Add the next code in Theme Global custom CSS:
@media (max-width: 768px) {
.single-product-builder form.cart {
padding: 0px 0px 30px 0px;
}
}
Regards
Tagged: buy now button, persuasive, seo friendly, size issue, woocommerce, wordpress
The issue related to '‘Buy now button size issue’' has been successfully resolved, and the topic is now closed for further responses