New Shopify Certification now available: Liquid Storefronts for Theme Developers

Make home page image banner full screen height on mobile devices

LewisSutton
Excursionist
27 1 8

 can I make my main image banner on the home page max screen height for mobile devices. Please see screenshot of current look and desired look. Attached is my code, it worked on my test theme but on my live theme it does not work.

 

Store URL: https://aoapparel.co.uk/

 

@media screen and (max-width: 750px) {
#Banner-template--16711384924470__image_banner::after {
    min-height: 100vh;
}
  .media>img {object-fit: cover !important;}
}
}

 

LewisSutton_0-1668533444640.pngLewisSutton_1-1668533466062.png

 

Replies 4 (4)
KetanKumar
Shopify Partner
36721 3634 11914

@LewisSutton 

yes, please  confirm 

KetanKumar_0-1668538881532.png

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
LewisSutton
Excursionist
27 1 8

Hi @KetanKumar 

 

Yes, that is what I am trying to achieve. Thank you

aryakatpally
Visitor
3 0 0

Can you please let me know how to fix it. I'm facing the same issue too. Thank you

 

LewisSutton
Excursionist
27 1 8

********THIS HAS BEEN RESOLVED**************