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!
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025