Reduce space in mobile view between two multicolumn sections

Hey,

I’m using Dawn theme and I want to reduce spacing b/w the two multicolumn sections in the mobile view. I want all the images to appear as if they’re in one multicolumn.

1 Like

Hi @randomchikibum ,

Would you mind to share your URL website with password if its protected?

Thanks!

Sure https://0bc922.myshopify.com/

Thank you for the information.

Try this.

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” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

And Save.

@media only screen and (max-width: 989px){
.page-width.section-template--19406554300738__9b60270b-8486-4a30-a9fb-b58e21ffa125-padding.isolate {
    padding-bottom: 0px;
}
.page-width.section-template--19406554300738__453a2145-7c5c-400e-a42b-3312dcf85994-padding.isolate {
    padding-top: 8px;
}
}

Result:

I hope it help.

Thanks. It worked.

Hello

Can I use the same code for the boost theme?

website: www.petexpress.ch

1 Like

Hi @petexpress

Nope you can’t used that code its only for the post owner. Which one you like to make into column? this one?