Hello. How to remove the border

Hello. How to remove the border

Alex31
Excursionist
21 0 7

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

IMG_8776.jpeg

579B2314-7CB2-48FE-8C58-B3127CDDDD66.jpeg

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
10203 2423 3069

Hi @Alex31 

Pease, share store URL. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Alex31
Excursionist
21 0 7
Made4uo-Ribe
Shopify Partner
10203 2423 3069

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;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1729373688161.png

     

 

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Alex31
Excursionist
21 0 7

IMG_8781.jpeg

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

Made4uo-Ribe
Shopify Partner
10203 2423 3069

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! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.