A space to discuss online store customization, theme development, and Liquid templating.
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..
PLEASE HELP...
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.
Alright,
But Can I fix this without adding the code by using the pages option. Is there anyway?