We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Reduce space in mobile view between two multicolumn sections

Solved

Reduce space in mobile view between two multicolumn sections

randomchikibum
Excursionist
40 0 17

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.

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
10211 2427 3079

This is an accepted solution.

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:

Ribe_Dagandara_0-1686863869011.png

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.

View solution in original post

Replies 7 (7)

randomchikibum
Excursionist
40 0 17

Untitled.jpg

Made4uo-Ribe
Shopify Partner
10211 2427 3079

Hi @randomchikibum ,

Would you mind to share your 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.
randomchikibum
Excursionist
40 0 17
Made4uo-Ribe
Shopify Partner
10211 2427 3079

This is an accepted solution.

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:

Ribe_Dagandara_0-1686863869011.png

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.
randomchikibum
Excursionist
40 0 17

Thanks. It worked.

petexpress
Excursionist
23 0 5

Hello

 

Can I use the same code for the boost theme?

 

website: www.petexpress.ch 

Made4uo-Ribe
Shopify Partner
10211 2427 3079

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?

Made4uoRibe_0-1709050949791.png

 

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.