Good night guys, I need your help, could I align this navigation menu and leave it a little close to the header?
take out the white space
I use refresh theme
Pass-Humblee3030
A user is seeking help to align their navigation menu and reduce white space in the header area of their Shopify store using the Refresh theme.
Solution Provided:
base.css fileCurrent Status:
Note: Screenshots were shared showing the navigation menu layout issues on both desktop and mobile views, which are central to understanding the specific alignment problems being addressed.
Good night guys, I need your help, could I align this navigation menu and leave it a little close to the header?
take out the white space
I use refresh theme
Pass-Humblee3030
Hello There,
.navigation-type1 ul.list-no-bullet {
display: flex;
gap: 25px;
padding: 0;
margin: 0;
}