I need my variant named “style” havinf the panel style to be in one row like this. My store is www.missartz.com
by pressing F12?
Hey @MissArtzz
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Please go to Online store → themes → Edit theme → Layout → theme.liquid and paste this code before
If it was helpful, then please like and accept it as a solution.
@MissArtzz , hope you are doing well.
Please add the below list of CSS code at the end of your base.css file
#pext-bho7u .pe-product-variant .pe-option:first-child .pe-option-values {
grid-template-columns: auto auto auto;
}
After adding the above CSS you got the required output like the attached screenshot.


