Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi,
I would like the following:
My theme is Spotlight. Here is the link: https://dxme.site/
Solved! Go to the solution
This is an accepted solution.
Hey @Marwan0346,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
@media only screen and (min-width: 990px) {
.grid__item.product__media-wrapper media-gallery {
position: sticky !important;
top: 70px !important;
}
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
This is an accepted solution.
Hey @Marwan0346,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
@media only screen and (min-width: 990px) {
.grid__item.product__media-wrapper media-gallery {
position: sticky !important;
top: 70px !important;
}
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Yep, works like a charm! Many thanks.
Hi there, May you help me, please? I have the same situation, but with Dawn Theme. Thank you.