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 %}
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025