Shopify themes, liquid, logos, and UX
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:
@media screen and (max-width:749px){
.featured-product-gallery #slider{float: none;}
}
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:
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
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025