All things Shopify and commerce
when on full screen my add to cart button is using all the space available. The payment icons below it don't look like theyre in the middle because of that. Can we make the button bigger/longer?
tnx
https://bundoshop.nl/products/icon-bodywarmer
Solved! Go to the solution
This is an accepted solution.
Hello, @nijntjelover
Greetings from the Wholesale Helper Support Team! Happy to help you today.
1. Go to online store > theme > Edit code > Layout > theme.liquid (file) and Paste the below code at the end of the file, just before the closing " </body>" tag -> Save
<style>
.product-form .product-form__buttons {
max-width: 100% !important;
}
</style>
2. After adding the above CSS, it looks like this-
Let me know If need further assistance
Regards,
Wholesale Helper Support Team
This is an accepted solution.
Hello, @nijntjelover
Greetings from the Wholesale Helper Support Team! Happy to help you today.
1. Go to online store > theme > Edit code > Layout > theme.liquid (file) and Paste the below code at the end of the file, just before the closing " </body>" tag -> Save
<style>
.product-form .product-form__buttons {
max-width: 100% !important;
}
</style>
2. After adding the above CSS, it looks like this-
Let me know If need further assistance
Regards,
Wholesale Helper Support Team
any clue how i can make the letters on the add to cart in bold?
Hello, @nijntjelover
Greetings from the Wholesale Helper Support Team! Happy to help you today.
1. Go to online store > theme > Edit code > Layout > theme.liquid (file) and Paste the provided code within the <style> tags at the end of the file, just before the closing " </body>" tag -> Save
#ProductSubmitButton-template--20539851014468__main > span{
font-weight: bold !important;
}
2. After adding the above CSS, it looks like this-
Let me know If need further assistance
Regards,
Wholesale Helper Support Team
it was a different code but I figured it out thanks anyways!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025