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
7654 1839 2252

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 is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 7 (7)

randomchikibum
Excursionist
40 0 17

Untitled.jpg

Made4uo-Ribe
Shopify Partner
7654 1839 2252

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 is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
randomchikibum
Excursionist
40 0 17
Made4uo-Ribe
Shopify Partner
7654 1839 2252

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 is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for 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
7654 1839 2252

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 is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.