Re: How to make spacing of my header same as my footer

Solved

How to make spacing of my header same as my footer

clayinfo
Explorer
81 0 17

Hello, I have a vertical menu and I would like to adjust the spacing of my menu similarly to my footer menu page. Here's a photo for reference:
Screen Shot 2024-01-06 at 10.24.58 PM.png

constructionlayers.com
PW: CollectionThree

Accepted Solution (1)

Natasha-Saed
Shopify Partner
424 46 78

This is an accepted solution.

Hi,

 

You can add the following code to your base.css file 

Go to online store

Edit code

Open base.css file

Paste the below code then save

.header__menu-item {padding-bottom: 0px !important;}

adjust the 0 value until you reach the target you want.

 

Let me know if it work by accepting this as a solution.

If my solution helped you don't forget to accept it to help others.
===================================================================
And if you really like my support share a cup of coffee with me paypal.me/freemindsint

View solution in original post

Replies 2 (2)

Natasha-Saed
Shopify Partner
424 46 78

This is an accepted solution.

Hi,

 

You can add the following code to your base.css file 

Go to online store

Edit code

Open base.css file

Paste the below code then save

.header__menu-item {padding-bottom: 0px !important;}

adjust the 0 value until you reach the target you want.

 

Let me know if it work by accepting this as a solution.

If my solution helped you don't forget to accept it to help others.
===================================================================
And if you really like my support share a cup of coffee with me paypal.me/freemindsint
clayinfo
Explorer
81 0 17

Thank you Natasha! It worked