Remove the padding in multi column on my home page

Solved

Remove the padding in multi column on my home page

Sinageorgeakers
Tourist
8 0 5

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: Screenshot 2025-01-31 at 9.32.09 AM.pngScreenshot 2025-01-31 at 9.32.27 AM.pngwant it to be like this. Please Help!

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9875 2353 2950

This is an accepted solution.

Hi @Sinageorgeakers 

Try this one.

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.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:

 

.page-width.section-template--23920693150000__multicolumn_Yb3bdc-padding {
    max-width: 100% !important;
    padding: 0 !important;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1738338165709.png

     

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
9875 2353 2950

This is an accepted solution.

Hi @Sinageorgeakers 

Try this one.

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.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:

 

.page-width.section-template--23920693150000__multicolumn_Yb3bdc-padding {
    max-width: 100% !important;
    padding: 0 !important;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1738338165709.png

     

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

CodingFifty
Shopify Partner
613 97 116

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;
}

 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com

DaisyVo
Shopify Partner
3781 406 498

Hi @Sinageorgeakers 

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 %}

ul.multicolumn-list {
 gap: 0 !important;
}
{% endstyle %}
DaisyVo_0-1738340405401.png

 



Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

Sayed_Safin
Shopify Partner
59 3 2

@Sinageorgeakers Please follow the given step.

@media screen and (min-width: 750px) {
	.slider-mobile-gutter .multicolumn-list{
		column-gap: 0px !important;
	}
}
  1. Go to theme code and open base.css
  2. Paste the following code after line after 894.

 

 

Thanks.

Problem Solved? ✔Accept and Like solutions to help future merchants.
Github: https://github.com/safin777
Buy me a coffee