Viewing 4 replies - 1 through 4 (of 4 total)
  • The ul.products tag is too narrow, which is why the products are in a column.

    Try this in your css:

    .woocommerce #content .related .products
    {width:95%}
    .woocommerce #content .related .products .product
    {float:left; width:135px}

    Thread Starter zurikus

    (@zurikus)

    Thank you for your reply lorro, but provided css did not fixed my issue.
    May be some others ideas?

    I need an extra line please:

    .woocommerce #content .related .products
    {width:95%}
    .woocommerce #content .related .products .product
    {float:left; width:135px}
    .woocommerce #content .related .products .first
    {clear:none}

    Thread Starter zurikus

    (@zurikus)

    Yes! It works!
    Thank you lorro very much for your help and support!
    I really appreciate that.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Releted products layout’ is closed to new replies.