Shopify themes, liquid, logos, and UX
Needing to remove the padding from the multi column section on my home page. I updated the Dawn theme and i used to have this eature and then the coding went away. My website is https://www.middlefingerstore.com/ and the pssword is Valentine22!!!
It is like this: want it to be like this. Please Help!
Solved! Go to the solution
This is an accepted solution.
Try this one.
.page-width.section-template--23920693150000__multicolumn_Yb3bdc-padding {
max-width: 100% !important;
padding: 0 !important;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
This is an accepted solution.
Try this one.
.page-width.section-template--23920693150000__multicolumn_Yb3bdc-padding {
max-width: 100% !important;
padding: 0 !important;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hi @Sinageorgeakers,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
.page-width.section-template--23920693150000__multicolumn_Yb3bdc-padding.isolate.scroll-trigger.animate--slide-in {
padding: 0px !important;
margin: 0px !important;
max-width: 100% !important;
}
I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for "theme.liquid" file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for </head> tag and add the following code above </head> tag: https://prnt.sc/KWtKYyZkDtYJ
Here is the code for Step 3:
{% style %}
@Sinageorgeakers Please follow the given step.
@media screen and (min-width: 750px) {
.slider-mobile-gutter .multicolumn-list{
column-gap: 0px !important;
}
}
Thanks.
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025