Hello Guys,
From 768px to 1203px products are seems like not responsive. Please kindly share code to make it responsive :)
Thanks
Hey Sovik,
Try adding this css code in QUick CSS (located in Enfold > General Styling):
@media only screen and (max-width:1023px) and (min-width:768px) {
#top .products li.product {
width: 49%;
margin-right: 2%;
}
#top .products li.product:nth-child(2n) {
margin-right: 0;
}
}
Hope it helps.
Best regards,
Nikko
Thank You it worked :)
Hi,
I’m glad you were able to get this resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon