Shopify themes, liquid, logos, and UX
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
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.
Solved! Go to the solution
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:
I hope it help.
Hi @randomchikibum ,
Would you mind to share your URL website with password if its protected?
Thanks!
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:
I hope it help.
Thanks. It worked.
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?