Hello everyone. Is there any way to increase the size of the add-to-cart button? I’m using Ride theme. I would appreciate if you could provide me with codes. I would greatly appreciate any help you can provide
Store URL: https://brainybook.xyz
A user seeks to enlarge the add-to-cart button on Shopify’s Ride theme.
Solution Provided:
.product-form__buttons {
max-width: 100% !important;
}
Outcome:
The original poster confirmed the solution worked successfully. Multiple respondents provided the same CSS fix, which forces the button to expand to full width using the max-width property with an !important flag to override existing styles.
Hello everyone. Is there any way to increase the size of the add-to-cart button? I’m using Ride theme. I would appreciate if you could provide me with codes. I would greatly appreciate any help you can provide
Store URL: https://brainybook.xyz
Hello There,
.product-form__buttons {
max-width: 100%!important;
}
Thank you so much @ZestardTech ![]()
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
.product-form__buttons {
max-width: 100% !important;
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly