Hi Shopify Community,
I’m looking to make the “Add to Cart” buttons on my product listing pages narrower, similar to the examples shown in the attached screenshot. Currently, the buttons are too wide, and I’d like to adjust their width to make them more compact and aligned with the product display.
Could someone guide me on how to reduce the button width in my theme’s code or through custom CSS? Any specific steps or code snippets would be greatly appreciated!
Thank you in advance for your assistance!
@CarCleanCC - can you please share your website link?
Hi @CarCleanCC
Can you share your store URL with me?
Also, may I ask for your Theme’s name?
Look forward to your response.
Best regards,
Avada Support Team
Yes sorry, my URL is carcleansweden.se and I use the dawn theme
Yes sorry, my URL is carcleansweden.se and I use the dawn theme
Didnt find theme.scss.liquid or theme.css.liquid so I tried in base.css but don’t know if that was right. Well, it didn’t work for me and sorry for not providing my URL and theme. My URL is carcleansweden.se and I use the dawn theme.
@CarCleanCC - please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css
product-form .quick-add__submit{min-height: calc(3rem);}
1 Like