Hi -
Debut Theme, Home Page
SITE: store.growcentral.net
I have a custom content section with 2 image blocks. The first block has 3 images. The 2nd block has 1 image.
It displays fine on Desktop. But some formatting issues on mobile.
See below Desktop View - The first block with App store icons, those are individual images, each with its own hyperlink.
2nd block (screenshots) is all one image. They display correctly.
On Mobile, they stack funny:
I implemented this solution:
I am Richard Nguyen from PageFly - Advanced Page Builder. I would love to give you some recommendations.
Go to Online Store > Themes > Edit Code >theme.liquid > paste this code before element
@media (max-width:767px){
.custom__item.custom__item–image:nth-child(3),.custom__item.custom__item–image:nth-child(5),.custom__item.custom__item–image:nth-child(7){
max-width:33.33% !important;
width:33.33%
}
}
The solution solved the problem, but it created another problem with other custom content image blocks on the same page. The effect it had was on MOBILE versions, the images shrink to a much smaller size, and they align left, when they should be centered.
Before FIX: (note: app store icons stack funny, but next image below ‘Used by top…’ is correct width)
AFTER FIX: (note, first set of images -app icons and screenshots) now format correctly. BUT, last image at bottom shrinks and aligns left)
Any ideas?
Thanks in advance!!







