Shopify themes, liquid, logos, and UX
Hello all,
I have this mix and match bundle im working on and when i add an item to cart it makes the + and - buttons huge.
is there a way to force a minimum width for these buttons?
page is Assorted minis – Raditive Prints
I have tried changing the size from "flex" to "block" with a height and width and
Solved! Go to the solution
This is an accepted solution.
Please add the below code in theme.liquid above </body>
<style>
button.bundle-product-quantity-minus-template--24222127423797__ss_bundle_builder_3_nXCV8j{
min-width: 35px!important;
padding: 11px 5px!important;
}
</style>
This button comes from app. so we can try by custom code. I hope this will be work for you.
Thank you
Do you want to like this?
YES EXACTLY!
Give me few minutes
awesome, thank you so much. Ive been pulling my hair out trying to figure it out.
This is an accepted solution.
Please add the below code in theme.liquid above </body>
<style>
button.bundle-product-quantity-minus-template--24222127423797__ss_bundle_builder_3_nXCV8j{
min-width: 35px!important;
padding: 11px 5px!important;
}
</style>
This button comes from app. so we can try by custom code. I hope this will be work for you.
Thank you
you are my hero thank you
Appreciate.....If you want to any help then you feel free to message us.
Thank you
Please accept this solution if works for you
Learn what's possible with customizing Shopify Checkout beyond what's available out of...
By Shopify Feb 19, 20252m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025