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.
1 Like
Would you mind to share your Store URL website? with password if its protected. Thanks!
1 Like
Thank you for the information. Try 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:
@media only screen and (max-width: 600px) {
.media.media--transparent.media--square {
padding-bottom: 0px;
}}
- And Save.
- I hope it help.
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!
Thank you, I also sent you an email.

