Number of product's variations?

Home Forums Jevelin Theme Number of product’s variations?

Home Forums Jevelin Theme Number of product’s variations?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    RESOLVED Posts
  • amikal
    Participant

    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;
    }
    

    amikal
    Participant

    thank you πŸ™‚
    I’ll try

    amikal
    Participant

    you’re super great ! it works

    You are most welcome here πŸ™‚

Viewing 7 posts - 1 through 7 (of 7 total)