Re: Help with margin top and bottom of footer

Solved

Help with margin top and bottom of footer

MT27
Pathfinder
170 6 16

Hi can you please help me cut the space in half of the top margin of the fotter (so the line comes down half way)

and at the bottom to have a margin of 0 like every other website to not be space at the bottom. Thank you

URL: https://matibrnd.com/

Pass: biangu

MT27_0-1706119333613.png

 

Accepted Solution (1)
MT27
Pathfinder
170 6 16

This is an accepted solution.

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
10201 2421 3065

Hi @MT27 

Check this one. 

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, 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:

 

.ecom-column>div.core__column--wrapper {
    padding: 0 20px !important;
}

 

And Save.

Result:

Made4uoRibe_1-1706119600852.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

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.
MT27
Pathfinder
170 6 16

didn't work..

helen25
New Member
16 0 0

ScreenShot Tool -20240125132900.pngHi MT27,

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, 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.

 

.ecom-row {
 
    height: 350px }
.ecom-core.ecom-29px11wval1 {
    padding-top: 7px; }

 

and save.

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

MT27
Pathfinder
170 6 16

This is an accepted solution.

didn't work..