How can I display my collections and blogs in grid view?

Hi everyone. My featured collection & blogs on homepage are not displaying in a grid view or carousel view. I want 4 collection per row. But it displaying 1 product per row.
My website link: https://poshpark.net

It would be greatly appreciated if you could help.

Thank you

Best regards

Imran Ali

Hi @Digital_Imran,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file stylesheet.css

Step 3: Paste the below code at bottom of the file → Save

.1489774034177newproducts-slider,.articles-container{
display:flex !important
}

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

Hi @PageFly-Victor . Thank you so much for your reply. The article code is working fine. However, the featured product code is not working. I would appreciate it if you could recheck. :slightly_smiling_face:

Hi @Digital_Imran ,

you can remove the old code and replace it with new code for the featured product

.ocnewproductslider.special-button-owl.quickview-product > .ocnewproduct-title.module-title ~ .row>div{display:flex !important}
1 Like

Thankyou so much for your help @PageFly-Victor

Hi @Digital_Imran ,
You are welcome. I’m glad when I can help you :heart_eyes:

1 Like