Shopify themes, liquid, logos, and UX
Hello,
My website is https://taketwojewelry.com/
for some reason product image at product pages is all the way at the top instead of below header. This is happening on both desktop and mobile.
Can someone please assist?
Thank you in advance.
Solved! Go to the solution
This is an accepted solution.
@TimTakeTwo , Add the following code :
.product__images--mobile-thumbs .product__slides {
margin-top: 7rem !important;
}
Hi @TimTakeTwo , go to theme.css and add the following code :
@media (max-width:749px){
.product__images--mobile-thumbs .product__slides {
margin-top: 5rem !important;
}
}
Result:
hello,
any solution for desktop?
This is an accepted solution.
@TimTakeTwo , Add the following code :
.product__images--mobile-thumbs .product__slides {
margin-top: 7rem !important;
}
Thank you!!!!!!!!!!!!!!!
Hello, sorry this seems to work and help make the desktop picture go down but seems to make the mobile picture go down even more compared to 5rem which was perfect. Could you please help?
@TimTakeTwo , change this code :
.product__images--mobile-thumbs .product__slides {
margin-top: 7rem !important;
}
to this :
@media (min-width:990px){
.product__images--mobile-thumbs .product__slides {
margin-top: 7rem !important;
}
}
Thank you so much!
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024