Hello. How to remove the border

Hello. How to remove the border so that it looks like the first photo

Hi @Alex31

Pease, share store URL. Thanks!

https://devari.store/products/conrad-watch-copy

Thankks for the info, check this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. 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;
}

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!

Thank you very much for your help. You can somehow remove the upper border?

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!