Global expansion, localizing content, and selling in multiple currencies and languages
Hello, I am using the impulse theme and I want the product image to display bigger on the phone format, so that customers cannot preview the next photo.
This is the website: https://diva-lash.com/products/pestanas-magneticas
I appreciate your help on advance!
Solved! Go to the solution
This is an accepted solution.
@jtorres Go to assetes/theme.css and past below css at bottom of file.
@media only screen and (max-width: 768px)
.grid--product-images--partial .flickity-slider .product-main-slide
{
width: 100%!!important;
}
This is an accepted solution.
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.css and paste this at the bottom of the file:
@media screen and (max-width:749px){
.grid--product-images--partial .flickity-slider .product-main-slide {
width: 100%;
}
}
This is an accepted solution.
@jtorres Go to assetes/theme.css and past below css at bottom of file.
@media only screen and (max-width: 768px)
.grid--product-images--partial .flickity-slider .product-main-slide
{
width: 100%!!important;
}
This is an accepted solution.
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.css and paste this at the bottom of the file:
@media screen and (max-width:749px){
.grid--product-images--partial .flickity-slider .product-main-slide {
width: 100%;
}
}
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