Feedback for your online store from the community
I tried all codes to get my product images in full screen but it just doesnt work. Could someone help me please? The password of the website is vip1994
Hi @anarchyams,
You can follow this guide:
a. Goto Shopify Admin -> Online Store -> Themes
b. On your current theme, click ... -> Edit code
c. Follow 1 -> 2 -> 3 to search end of head tag
d. Add follow code, it can be fix your problem for mobile
<style>
@media screen and (max-width: 740px) {
.product:not(.product--featured) {
margin-top: 0px !important;
}
.product:not(.product--featured) .product__media-item {
padding-left: 0px !important;
padding-right: 0px !important;
}
}
</style>
Hi @anarchyams,
Go to Shopify Admin → Click Online Store → Themes
Find your active theme → Click ... (three dots) → Edit Code
Open theme.liquid
Scroll to the end of the <head> tag
Add your custom css just before </head>
<style>
@media screen and (max-width: 740px) {
.product:not(.product--featured) {
margin-top: 0px !important;
}
.product:not(.product--featured) .product__media-item {
padding-left: 0px !important;
padding-right: 0px !important;
}
}
</style>
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