Close

Looking for a way to display multiple product in Nop Pavilion Mobile View

abdulwahe
6 years ago
#14067 Quote
Avatar
  • 10
When I access https://www.onlineoutlet.pk on my mobile, I see single large products in a mobile view. Can I reduce the size of the product and view more products?

Here are some sample links; http://www.daraz.pk | http://yayvo.com/
abdulwahe
hristo
6 years ago
#14080 Quote
Avatar
  • Moderator
  • 172
Hello.

Yes, you can. Just paste this code into the custom head styles panel in your theme administration:

@media all and (max-width: 480px) {
.item-box {
  width: 49%; /*two per row*/
  margin-left: 2%;
}
.item-box:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
}

If you have any further questions please start a support ticket.
Regards,
Hristo Gospodinov
Nop-Templates.com