Shopify themes, liquid, logos, and UX
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?
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024