This topic has 35 replies, 4 voices, and was last updated 8 years ago ago by Jack Richardson
Hello,
Sorry for a delay.
On your Grid settings panel there is an option on how many columns will show on what device:
http://storage8.static.itmages.com/i/16/1020/h_1476986220_5883322_0b730c5808.jpeg
And keep an eye on the Max Visible Rows that will limit how many items will show:
http://prntscr.com/c950bk
Basically, its the number of columns multiply by the Visible Rows.
Best regards,
Jack Richardson.
Another big problem that needs urgent fix. On mobile, the title of products run over the “view details” box/link…so people are not able to click to go to the product on the home page. Some on desktop too if title is a little long.
Hello,
Add this code in Global Custom CSS section:
.eg-home-sidebar-element-12-a {
margin: 0px 0px 5px 0px !important;
}
Regards,
Eva Kemp.
That fixed it for desktop but mobile still messed up.
Hello,
Try to reduce font size using this css code for mobile sections in Theme Options > Style CSS:
.eg-home-sidebar-element-10 {
font-size: 12px !important;
line-height: 12px !important;
}
Set the values to your needs.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up