Shopify themes, liquid, logos, and UX
Hello wizards,
Im trying to enlarge the product thumbnail on the product pages to fill the entire screen (red boxes).
Cant figure out how. www.sundaymass.store
please see attached
Hi @massmonster.
Here's how to achieve that:
1) Go to "Online Store"
2) Three dots -> Edit Code
3) Find the base.css file
4) Add the following code at the bottom of the file
5) Save and refresh the target store page
@media screen and (max-width: 749px) {
.product__media-list .product__media-item {
width: 100% !important;
margin-left: 0px !important;
}
}
If done correctly, the result should be like this:
I hope this helps!
If you don't want to edit the theme code directly, you can use a code injection app like the one in my signature.
thank you mate, thats fixed that issue and the product page is almost perfect,
only issue is theres still a bit of padding between the pagination arrows and the bottom of the image...
theres also padding between the pagniation arrows and the product title
please advise
There's padding above and below the pagination arrows, indeed. Could you describe what you want to do with it? You can't remove it completely as it will be difficult to notice/click the arrows.
Ive managed to move the pagination so that its ontop of the thumbnails. the spacing is good.
however, there is now a new issue.... for a product with 2 photos the pagination will show 1/3.. for a product with 5 photos paginaiton shows 1/6...
very strange. any ideas?
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025