Featured product image not showing on mobile version

Featured product image not showing on mobile version

aromaticaparfum
Excursionist
59 0 9

Hi. My store is aromaticaparfums.com 

 

my featured product is not showing the image on mobile version creating a blank space. Please let me

Know how to fix this: 

IMG_4780.jpeg

 

Replies 3 (3)

suyash1
Shopify Partner
11000 1362 1738

@aromaticaparfum 

please add this css to the very end of your stylesheet.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> stylesheet.css
 
@media screen and (max-width:749px){
.featured-product-gallery #slider{float: none;}
}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

BiDeal-Discount
Shopify Partner
589 70 149

Hi @aromaticaparfum 

Please try add custom css below to fix the issue on mobile only:

@media screen and (max-width: 739px) {
  .featured-product-gallery #slider {
    float: none;
  }
}

The result will be:

Screenshot 2025-05-04 at 09.55.42.png

- Helpful? Like & Accept solution!
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Bify app: Shopify automatic discount solutions
- Contact me? support@bify.app or WhatsApp: +84974709330

diego_ezfy
Shopify Partner
2988 573 931

Hello @aromaticaparfum@aromaticaparfum,

I hope you're doing well!

You can fix this in 20 seconds:

1. From your Shopify Admin go to: online store > themes > three dots > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

@media (max-width: 749px) {
  .featured-product-gallery #slider {
    float: none;
  }
}



If it helps you please click on the "like" button and mark this answer as a solution.

Thank you.

Kind regards,
Diego