Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

fix the width of the quantity selector

fix the width of the quantity selector

naima_shaikh
Shopify Partner
9 0 0

 

  Out of the SandBox Theme :   How Would I fix the width of the quantity selector on the given link.. 

https://www.exalt.co.uk/pages/build-a-box  

In terms of solution , I have been trying to find the option to  change the width inside --->   Online store --> Pages -->

But could not find  out the option to  to fix it .... only the below options are there.. 

Attaching picture  for the reference.. 

naima_shaikh_0-1660323753688.png

 

PLEASE HELP... 

 

 

Replies 2 (2)

AvadaCommerce
Shopify Partner
3879 840 997

Hi @naima_shaikh ,

 

You can add at the bottom of your assets/theme.scss.liquid file.

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

 

 @media screen and (min-width: 769px){
select#quantity { max-width: 40%; }
}

 

I hope it helps you.

banned
naima_shaikh
Shopify Partner
9 0 0

Alright, 

But Can I fix this without adding the code by using the pages option. Is there anyway?