Makign the variant looking good

I need my variant named “style” havinf the panel style to be in one row like this. My store is www.missartz.com

Hi @MissArtzz

Unable to inspect your website

can you please enable inspect for the website.

by pressing F12?

Hey @MissArtzz

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. 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.