Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:
.navigation-type1 ul.list-no-bullet {
display: flex;
gap: 25px;
padding: 0;
margin: 0;
}
hi , can you do for mobile view pls ?