Hi,
I want to remove padding so the menu lines up with the search bar. my site is https://vazluxe.com
I also want to add some padding up top before the first category of menu starts
A user seeks to adjust their Shopify store’s mega menu alignment and spacing:
Issues identified:
Proposed solution:
padding-left: 0 !important;padding-top: 15px;)Implementation steps:
The discussion remains open with one suggested solution provided but no confirmation of implementation or results yet.
Hi,
I want to remove padding so the menu lines up with the search bar. my site is https://vazluxe.com
I also want to add some padding up top before the first category of menu starts
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.