• Resolved allstardc

    (@allstardc)


    Goodevening,
    I really like your plugin, does what i needed
    but one thing is bugging me.

    i have for example 14 different fabric images
    to display at the product page. unfortunatly
    it has no option to specify how many items per row to display.
    Right now it makes long rows and messes up the layout.
    the dropdown menu with sizes now is dragged completely
    to the right.
    Is there a way to make it show 6 images per row?
    in css maybe?

    Thank you in advance

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    Please try the below style in your theme’s Additional CSS.

    .thwvsf-wrapper-ul .thwvsf-wrapper-item-li:nth-child(6n+1) {
    clear: both;
    }
    ul.thwvsf-wrapper-ul{
    display: block;
    }
    .thwvsf-wrapper-ul .thwvsf-wrapper-item-li {
    float: left;
    }

    We hope this will help.

    Thank you!

    Thread Starter allstardc

    (@allstardc)

    Goodmorning,

    Thank you so much, This did the trick!
    Looks so much better now.

    Plugin Author ThemeHigh

    (@themehigh)

    That’s great! Thank you for letting us know ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Max images per row’ is closed to new replies.