This topic has 4 replies, 2 voices, and was last updated 7 years, 10 months ago ago by Rose Tyler
Hi guys, im having a few formatting issue on my item page, its showing a random ammount of product per line for first might be three, then two, then one.
Please help
Hello,
Please navigate to Theme Options->Responsive->Enable Responsive Design
Regards,
Rose Tyler.
Hi Rose, but the has a knock on effect as to the theme just loading silly on iphones.
Please see my last ticket
https://www.8theme.com/topic/mobile-page-layout-errors/
Thanks
Hello,
Try to add this code in Custom CSS:
@media screen and (min-width: 1200px){
.row-count-3 .product:nth-child(3n+1), .sidebar-position-without .row-count-3 .product:nth-child(3n+1) {
clear: both;
}
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up