system
November 2, 2023, 8:31am
1
Hi. I am trying to remove the space between my logo and the navigation bar. There’s still a gap between my logo and the menu options in the refresh theme (See attached image). I am not very good with coding, so a step-by-step would be super helpful.
Thank you so much!
Hi @TinColens
Please replace your logo with this one to reduce that space
Hello @TinColens ,
As per my understanding you are looking to reduce the size between logo and navigation bar.
Please try the below mentioned steps to fix this issue →
Go to Online Store → Themes → Click on Three dots (Action) → Edit code https://prnt.sc/2zUtyioSyixp
Next, search for the base.css file and open it. https://prnt.sc/nL9lysPO8snk
Now , find/search for the below mentioned code and make changes in margin-top.
@media screen and (min-width: 990px)
.header:not(.header–middle-left,.header–middle-center) .header__inline-menu {
margin-top: -30px;
}
Save changes.
I hope it helps.
Kindly let me know if you need any assistance.
Thank you.
Hello @TinColens ,
Sorry, maybe it didn’t work for you.
I have again looked through your store https://homejoygoods.com/ and see you have changed the header section.
Please let me know if you are still looking for any solution.
Thank you.