Home › Forums › Jevelin Theme › Number of product’s variations?
Home › Forums › Jevelin Theme › Number of product’s variations?
Dear Shufflehound,
I’va add a lot of product’s variation on a woocommerce item. Really a lot… something like 200. My problem is that the variations are dispatched in four columns and I would like to add columns of variation to have a little bit less raws. Is it possible to do this with your theme ?
Hooooow ?
Hi @amikal,
I hope you are well today and thank you for your question.
We can try doing this developing CSS code.
Could you please share the page URL from your site where it is displaying so that I can help you?
Best regards,
Shufflehound team
Solution for this topic
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
ul.variable-items-wrapper.color-variable-wrapper { display: inline-block; width: 400px; } ul.variable-items-wrapper.color-variable-wrapper span.variable-item-span, ul.variable-items-wrapper.color-variable-wrapper li.variable-item { display: inline-block !important; }
thank you 🙂
I’ll try
you’re super great ! it works
You are most welcome here 🙂