Shopify themes, liquid, logos, and UX
Join us March 21 for an AMA on planning your 2023 marketing budget with 2H Media co-owners, Matt and Aron
Hi,
i hope somebody can help. I'm planning to use the Craft Theme.
On the product page the magnified images are displayed as a stack. Is there a way to:
Option 1: display the magniefied image individually as in the mobile version
or
Option 2: to scroll through the magnified images with arrows?
(i would prefer option 1)
The Theme is in draft. So i can't provide an url.
Thank you.
Solved! Go to the solution
This is an accepted solution.
Hi @nar_52,
Go to Assets > base.css and paste this at the bottom of the file:
.product-media-modal__dialog .global-media-settings--no-shadow {
display: none !important;
}
.product-media-modal__dialog .global-media-settings--no-shadow.active {
display: block !important;
}
Hello @nar_52
Please share your website URL.
@Drekliyer @MandasaTech My current Theme is Minimal and not Craft. So there is no way to share a url and password to the draft.
@Drekliyer @MandasaTech i'm sorry. There isn't a way, that i know off, to give access to a draft theme. Here is a screenshot of the magnified product images, which are stacked.
Hi @nar_52,
Go to Assets > base.css and paste this at the bottom of the file:
@media screen and (min-width: 750px) {
.product-media-modal__content>* {
max-width: 30rem !important;
display: block !important;
}
}
Hope it helps!
Hi @LitExtension,
thanks for your response. Unfortunatly this didn't do anything regarding the display of product images in the magniefied version (see attached screenshot). It is already blocked/stacked.
I would prefer them to be displayed
Option 1: individually as in the mobile version.
(In the mobile version: If you want to see image 2 magnified. You click first on the image 2 and afterswards you can magnify it)
Option 2: to scroll through the magnified images with arrows?
Any idea?
Thanks again.
Hi @nar_52,
If you want to display by option 1, please change code:
@media screen and (min-width: 750px) {
.product-media-modal__content .global-media-settings.active {
max-width: 90%;
}
}
you can manually change the width to your liking, it will display fine
Hi @LitExtension,
thanks for your response. Unfortunatly this didn't help either. My problem isn't the width of the images. I didn't want the product images to be displayed alltogether in the magniefied mode. In the magnified mode all product images are shown one below the other.
Hi @nar_52,
Please send me the preview link, I will check it for you
This is an accepted solution.
Hi @nar_52,
Go to Assets > base.css and paste this at the bottom of the file:
.product-media-modal__dialog .global-media-settings--no-shadow {
display: none !important;
}
.product-media-modal__dialog .global-media-settings--no-shadow.active {
display: block !important;
}
User | RANK |
---|---|
178 | |
155 | |
91 | |
33 | |
29 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023