Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
If you scroll down to the Rediscover your Tea image banner, how can the Buy Now and Learn Stuff button width be edited to be less wide?
Thanks
Solved! Go to the solution
This is an accepted solution.
Hello @empiricalarby 👋
Inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
.banner__buttons .button {
width: 12rem !important;
margin: auto !important;
padding: 0 !important;
}
The result
Hope that helps!
You can set a max-width by navigating to assets --> base.css and adding a CSS rule like this:
.banner__buttons .button {
max-width: 150px;
}
Alternatively, you can add the code to the Custom CSS section inside the theme editor.
This is an accepted solution.
Hello @empiricalarby 👋
Inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
.banner__buttons .button {
width: 12rem !important;
margin: auto !important;
padding: 0 !important;
}
The result
Hope that helps!
Awesome, thanks. How do I make these buttons sit one above the other instead of side by side? Thank you
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