Hello. How to remove the border so that it looks like the first photo
Hi @Alex31
Pease, share store URL. Thanks!
Thankks for the info, check this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.product-media-container.constrain-height.media-fit-contain {
width: 100% !important;
}
- And Save.
- Result:
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
This is only for the mobile screen right? Please, add this code where you paste it. Thanks.
@media only screen and (max-width: 749px){
.section-template--23175415890247__main-padding {
padding-top: 0;
}
}
And Save.
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!



