Remove padding mega menu and add some

Remove padding mega menu and add some

Luxurymrkt
Globetrotter
761 2 161

Hi,

 

I want to remove padding so the menu lines up with the search bar. my site is https://vazluxe.com

add.png

 

I also want to add some padding up top before the first category of menu starts

 

 

Thank You | mike
Reply 1 (1)

Ecomify1
New Member
5 0 0

To align the navigation menu with the search bar in your Shopify store while also adding some padding above the first category, you need to modify your theme's CSS by removing any existing left padding from the navigation menu container using padding-left: 0 !important; and then adding a padding-top value to the menu list, such as padding-top: 15px;, to create the necessary spacing before the first category appears, which can be done by accessing your Shopify admin panel, navigating to Online Store > Themes, selecting Edit Code for your active theme, locating the theme.css or base.css file, adding the provided CSS rules at the end of the file, saving the changes, and previewing your store to ensure the modifications align the menu properly and improve the overall layout.