Multicolumn Section space between image heading mobile only

Solved

Multicolumn Section space between image heading mobile only

LIVINGSIMPLY
Shopify Partner
66 0 12

I added some code to my store to make the banners look better on mobile devices, but I did not notice what happened to my multicolumn section. The margin went super crazy and looks really bad now, is there a way to fix this, easily? Desktop view is perfect. 

 

shoplivingsimply.com

 

LIVINGSIMPLY_0-1692131750975.png

 

Living Simply is a company developed to give back, and help others.
Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
9641 2296 2860

This is an accepted solution.

Oh, Im only relaying on the image that you attach.

Try this one. Same Instruction. 

@media only screen and (max-width: 600px){
.media.media--transparent.media--adapt {
    padding-bottom: 0px !important;
}
}

Please dont forget to Like and Mark Solution to the post that helped you. 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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 6 (6)

Made4uo-Ribe
Shopify Partner
9641 2296 2860

Hi @LIVINGSIMPLY 

Would you mind to share your Store URL website? with password if its protected. 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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
LIVINGSIMPLY
Shopify Partner
66 0 12

shoplivingsimply.com

Living Simply is a company developed to give back, and help others.
Made4uo-Ribe
Shopify Partner
9641 2296 2860

Thank you for the information. Try 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: 600px) {
    .media.media--transparent.media--square {
        padding-bottom: 0px;
    }}

 

  • And Save.
  • I hope it help. 
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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
LIVINGSIMPLY
Shopify Partner
66 0 12

Yes, it helped the one multi column, but not the other (section right below)

 

LIVINGSIMPLY_0-1692134161593.png

 

Living Simply is a company developed to give back, and help others.
Made4uo-Ribe
Shopify Partner
9641 2296 2860

This is an accepted solution.

Oh, Im only relaying on the image that you attach.

Try this one. Same Instruction. 

@media only screen and (max-width: 600px){
.media.media--transparent.media--adapt {
    padding-bottom: 0px !important;
}
}

Please dont forget to Like and Mark Solution to the post that helped you. 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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
LIVINGSIMPLY
Shopify Partner
66 0 12

Thank you, I also sent you an email.

Living Simply is a company developed to give back, and help others.