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

    Actually you have added this css:

    ul.lpd-products li.first{
        clear:both;
    }

    which stop other products being in the same row, just overwrite this by below css code in child theme stylesheet for home page only.

    body.home ul.lpd-products li.first{
        clear:none;
    }

    Thanks

    Thread Starter ArtimisK

    (@artimisk)

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Product in one row only’ is closed to new replies.