How to adjust variant selection text width in Prestige theme?

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

Thank you!

@sshah1 ,

Thank you for the information. Please follow the instructions below

  1. From your Admin page, go to Online store > Themes > click the three dots > Edit code

  2. Find the Asset folder, and open the theme.css file

  3. Add the code below at the very end of the file

button.ProductForm__Item {
    width: max-content;
}
  1. Make sure to SAVE

Awesome, that worked - thank you!

1 Like