sshah1
1
Hello!
I’m experiencing an issue on the Prestige theme where the text for my variant options exceeds the size of the drop-down box on the product page.
Example:
I’m not sure where to look in the code or theme css to resolve. Any suggestions are much appreciated!
1 Like
Hi @sshah1
Please provide your website so we can provide a code specific for you
@sshah1 ,
Thank you for the information. Please follow the instructions below
-
From your Admin page, go to Online store > Themes > click the three dots > Edit code
-
Find the Asset folder, and open the theme.css file
-
Add the code below at the very end of the file
button.ProductForm__Item {
width: max-content;
}
- Make sure to SAVE
sshah1
5
Awesome, that worked - thank you!
1 Like