Happening now | Office Hours: Customizing Your Theme With Moeed | Ask your questions now!

Making top center header menu have less padding

Solved

Making top center header menu have less padding

Sicilia2025
Excursionist
26 0 4

I want to make my header menu have less empty padding, and I couldn't find a working solution for top center position.

I want to cut off the parts in red, to make my menu slimmer.

Sicilia2025_0-1737199351282.png

https://r20561-af.myshopify.com/

Password: theaba

 

Accepted Solution (1)

EstherBui
Trailblazer
276 39 44

This is an accepted solution.

Hi Sicilia2025

- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

header.header.header--top-center.header--mobile-center.page-width.header--has-menu.header--has-account {
  padding: 0 32px !important;
}

 

 
Result: 

EstherBui_0-1737200117589.png


Best, 
Esther

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

View solution in original post

Replies 2 (2)

Rahul_dhiman
Shopify Partner
849 164 182

Hello @Sicilia2025 
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.

.header.header--top-center.header--mobile-center.page-width.header--has-menu.header--has-account {
padding: 0px !important;
}

result
159.png

If this was helpful, hit the like button and accept the solution.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

EstherBui
Trailblazer
276 39 44

This is an accepted solution.

Hi Sicilia2025

- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

header.header.header--top-center.header--mobile-center.page-width.header--has-menu.header--has-account {
  padding: 0 32px !important;
}

 

 
Result: 

EstherBui_0-1737200117589.png


Best, 
Esther

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