All the pictures of my feature collections appear very tall on mobile - Atlantic theme

Solved

All the pictures of my feature collections appear very tall on mobile - Atlantic theme

Num_Org25
Tourist
4 0 2

The pictures in my featured collection on this theme appear very tall, I am using the atlantic theme and this is what it looks like on mobile. I need HELP please! 

 

 

NUM Where Tradition Meets Innovation in Salt Crafting– num.jpeg

Accepted Solution (1)
suyash1
Shopify Partner
10883 1348 1720

This is an accepted solution.

@Num_Org25 - 

please add this css to the very end of your theme.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> theme.css
 
@media screen and (max-width:749px){
.product-grid-square .product-card-figure {height: 100% !important; max-height: 100% !important;}
}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Replies 4 (4)

suyash1
Shopify Partner
10883 1348 1720

@Num_Org25 Can you please share this page link?

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
Num_Org25
Tourist
4 0 2
suyash1
Shopify Partner
10883 1348 1720

This is an accepted solution.

@Num_Org25 - 

please add this css to the very end of your theme.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> theme.css
 
@media screen and (max-width:749px){
.product-grid-square .product-card-figure {height: 100% !important; max-height: 100% !important;}
}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
Num_Org25
Tourist
4 0 2

Hello Suyash1, I tried and it works perfectly! Thanks SO much!