How can I fit 5 product variants per line on my Ella theme page?

Topic summary

A user working with the Ella theme wants to display 5 product variants per line on their product page instead of the default layout.

Solution Provided:

  • Access the theme’s “Edit Code” option
  • Locate the theme.liquid file using the search bar
  • Insert custom CSS code below the <head> tag
  • The code adjusts the width to accommodate 5 variants horizontally

Outcome:
The original poster confirmed the solution worked after making minor adjustments to the width and height values to achieve the desired appearance. The issue appears resolved.

Summarized with AI on November 12. AI used: claude-sonnet-4-5-20250929.

Hi,
I am using a theme called Ella and I want the width of my product page to be enough to fit 5 variants per line, as shown in the screenshot below.
Any help is greatly appreciated.

https://testingstoresandthemes.myshopify.com/products/600ml-shaker

storefront password: test

Hey @technase ,

Try this :blush:

Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.


Screenshot is for reference only, the correct code to paste is the one shown above.

1 Like

Thank you. With a little tweaking in the width and height I was able to make it look perfect.