How to change the size of my + and - buttons - Boost theme

Solved

How to change the size of my + and - buttons - Boost theme

RaditivePrints
Tourist
6 0 1

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 

Accepted Solution (1)
shreyhweb
Shopify Partner
709 118 133

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

- If You Find Our Solution Helpful Please Like And Mark As Accepted!
- Sip, savor, and support – your Coffee Tip helps us keep coding.❤️
- If You Want To Further Discussion. Then Contact - info@shreyhsoftsolutions.com

View solution in original post

Replies 8 (8)

shreyhweb
Shopify Partner
709 118 133

Do you want to like this?

shreyhweb_0-1736188981007.png

 

- If You Find Our Solution Helpful Please Like And Mark As Accepted!
- Sip, savor, and support – your Coffee Tip helps us keep coding.❤️
- If You Want To Further Discussion. Then Contact - info@shreyhsoftsolutions.com
RaditivePrints
Tourist
6 0 1

YES EXACTLY!

shreyhweb
Shopify Partner
709 118 133

Give me few minutes

- If You Find Our Solution Helpful Please Like And Mark As Accepted!
- Sip, savor, and support – your Coffee Tip helps us keep coding.❤️
- If You Want To Further Discussion. Then Contact - info@shreyhsoftsolutions.com
RaditivePrints
Tourist
6 0 1

awesome, thank you so much.  Ive been pulling my hair out trying to figure it out.

shreyhweb
Shopify Partner
709 118 133

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

- If You Find Our Solution Helpful Please Like And Mark As Accepted!
- Sip, savor, and support – your Coffee Tip helps us keep coding.❤️
- If You Want To Further Discussion. Then Contact - info@shreyhsoftsolutions.com
RaditivePrints
Tourist
6 0 1

RaditivePrints_0-1736189816544.pngyou are my hero thank you

 

shreyhweb
Shopify Partner
709 118 133

Appreciate.....If you want to any help then you feel free to message us.

Thank you

- If You Find Our Solution Helpful Please Like And Mark As Accepted!
- Sip, savor, and support – your Coffee Tip helps us keep coding.❤️
- If You Want To Further Discussion. Then Contact - info@shreyhsoftsolutions.com
shreyhweb
Shopify Partner
709 118 133

Please accept this solution if works for you

- If You Find Our Solution Helpful Please Like And Mark As Accepted!
- Sip, savor, and support – your Coffee Tip helps us keep coding.❤️
- If You Want To Further Discussion. Then Contact - info@shreyhsoftsolutions.com