• Resolved alexdex

    (@alexdex)


    Hi, with the shortcode, insert for example
    [woo-related id=’15’ title=’no’ number=’3′]

    https://felino.co.th/test/

    I see the product not align in one line but one after one vertical.

    There is a way to display in only one line?

    Thanks a lot

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Vagelis

    (@eboxnet)

    Hello there, the plugin doesn’t style its output but it’s using theme’s CSS style rules.

    A fast fix to your issue would be

    .woo-related-products-container.woo-related-shortcode ul li {
        list-style: none;
        float: left;
        width: 33%;
    }

    I am sure you’ll need more styling though.

    Thread Starter alexdex

    (@alexdex)

    Great

    It works well, I add some other style.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘show product 1 line’ is closed to new replies.