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

    You can add custom CSS to that page to solve this issue.

    .prod-cat-inner {
    	width: 100%;
    }

    I was able to have 3 products per row. You can view the expected result here.

    If you wish to have 4 products per row, you can increase the width value to 107%, the custom CSS provided below. You can view the result of that change here. Note that the products break out of your desired layout, as seen in the screenshot.

    .prod-cat-inner {
    	width: 107%;
    }
    Thread Starter hensterrsa

    (@hensterrsa)

    I love this app ,, thank you so much for your response

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