• Hello, we are interested in the plugin for complementary products, but we see that a block if we put several options puts one per line, we would like to appear on the same line several.
    Would it be possible?

    https://ibb.co/cT02Dz9

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Alessio Torrisi

    (@alessio91)

    Hi there,
    please add following CSS code in your site and let us know if you can achieve your goal.

    .yith-wapo-block .options {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    Thread Starter urbanbiker

    (@urbanbiker)

    Thank you,
    It worked for a while, and now it is back again, one under the other. The CSS is still in place, but some update of the plugin has stopped them showing side by side. How can we put them back like the previous image?

    Thread Starter urbanbiker

    (@urbanbiker)

    Thank you,
    It worked for a while, and now it is back again, one under the other. The CSS is still in place, but some update of the plugin has stopped them showing side by side. How can we put them back like the previous image?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Puts one per line’ is closed to new replies.