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. 
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 
1 Like