All things Shopify and commerce
Hello,
My website page with is not at 100% on mobile it's not full screen how can I do ?
website: https://479a7a-a6.myshopify.com/products/ambienza
Image explaining:
Hi @vseazon
This is the function of product image slider. Please add this code to the bottom of section-main-product.css file to make it full-width
@media(max-width: 749px) {
.slider.slider--mobile {
scroll-padding-left: 0 !important;
}
.product__media-list .product__media-item {
width: 100% !important;
}
}
- Found this helpful? Hit "Like" and "Accept as Solution"! Support me: Donate!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
it's not working
it's not working the first 1 seconde yes and after no you can check on your phone
Hi @vseazon
Seems like you add some codes that give the result on that one. Youll notice the changes only on the screen size 576px. And the worst thing is there is 2 of them that same over ride codes just repeating. Is this code.
Im not sure where is this located looks like in the theme.liquid or the product.liquid its named ambienza file.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Even when I deleted those lines it stays the same 😞
Check this one then:
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media screen and (max-width: 749px){
.slider.slider--mobile {
gap: 20px;
}
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025