How to make featured collections on Home Page visible on Mobile Site?

sundayflea
Excursionist
25 0 3

Hello,

 

My shop is: https://36-old-streets.myshopify.com/

 

pass: 36streets

 

My featured collections on the Home page of the mobile site is showing the images to be very small and the titles to be vertical. The way it looks on desktop is perfect but on mobile is not ideal. Is there a way to fix it so that the images stack on the mobile? Like a 2-2-1 or a 3-2 set up? Thank you ahead of time!!

 

sundayflea_0-1675882574062.png

 

Replies 5 (5)
DeepVyas
Trailblazer
689 6 12

Did you check your theme settings to display images in the format as needed on mobile.

Shopify Developer | Ⓢ : deepvyas71 | ✉ : deepvyas71@gmail.com
sundayflea
Excursionist
25 0 3

@DeepVyas Yes, I've tried that. It was from a custom code that made it the way it looks on mobile. I'm looking for a way to fix it on the mobile site only. Thanks

PageFly-Victor
Shopify Partner
7017 1462 2712

Hi @Sundayflea,

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css.

Step 3: Paste the below code at bottom of the file -> Save

 

 

@media(max-width:767px)
.collection-grid ul.grid.grid--uniform{
 display: grid !important;
 grid-template-columns: 1fr 1fr;
}
.collection-grid ul.grid.grid--uniform li{
 padding: 10px !important;
 min-width: 100%!important;
}
}

 

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

 

Please let me know if it works by giving it a like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7. 


Let’s create a unique website design with PageFly for free now! 

sundayflea
Excursionist
25 0 3

@PageFly-Victor I added the code but it changed both my desktop and my mobile page. It also did not stack it as expected. It just increased the size of the images and does not stack/ layer like the screenshot you have attached. Thanks!

PageFly-Victor
Shopify Partner
7017 1462 2712

you can add it again and I will check now
or you can add on the preview theme

Please let me know if it works by giving it a like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7. 


Let’s create a unique website design with PageFly for free now!