Full width collage pictures mobile

Solved

Full width collage pictures mobile

User1940
Tourist
6 0 1

Screenshot 2024-10-30 184217.png

Can someone help me get these pictures in full size so there are no gap between the pictures and no gap between pictures and the sides.

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
10196 2420 3064

This is an accepted solution.

Thanks 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:

 

@media only screen and (max-width: 749px){
.section-template--15829014741126__collage_NjRgfB-padding {
    padding-left: 0;
    padding-right: 0;
}
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1730739230830.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.

View solution in original post

Replies 7 (7)

Made4uo-Ribe
Shopify Partner
10196 2420 3064

Hi @User1940 

Please, share your 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.
User1940
Tourist
6 0 1

Vesmacompany.myshopify.com

Thanks for replying! You have to view it in mobile view to see the collage pictures!

Made4uo-Ribe
Shopify Partner
10196 2420 3064

This is an accepted solution.

Thanks 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:

 

@media only screen and (max-width: 749px){
.section-template--15829014741126__collage_NjRgfB-padding {
    padding-left: 0;
    padding-right: 0;
}
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1730739230830.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.
User1940
Tourist
6 0 1

Thank you!

User1940
Tourist
6 0 1

Hi, there is still some gap between the pictures could you help me with that also?

Made4uo-Ribe
Shopify Partner
10196 2420 3064

Yeah sure, same instruction. Add this code. 

 

@media only screen and (max-width: 749px){
.section-template--15829014741126__collage_NjRgfB-padding .collage {
        grid-column-gap:0;
}
}

 

And save. 

Result:

Made4uoRibe_0-1730750598234.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.
User1940
Tourist
6 0 1

Thank you!