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 ?
Attachments: You must be
logged in to view attached files.
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;
}
you’re super great ! it works
You are most welcome here 🙂
Popular choice Professional Developers At Your Fingertips! If you need services beyond standard support, we've got your back!
Let's get started
Services we offer: Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.Got it