Archived topic
Navigation positioning
5 replies · Started by Helen on November 5, 2019
Hi
I have set my desktop menu to float right, with a button above it in the header widget and the site logo on the left. However, there's a bit of extra space between header widget button and the menu, which I can't reduce. Can you help me fix this?
Best wishes,
Helen
Hi there,
the header widget has some CSS to pull the widget upward 10px. You can remove it with this CSS:
.nav-float-right .header-widget {
top: 0;
}
Hi David
Thanks for getting back to me. I've added the css and this seems to have actually added a bit of padding above the donate button. I basically want to reduce the gap between the bottom of the donate button and the top of the main menu on desktop.
Thanks
Helen
Hi there,
Give this a shot:
.site-logo {
float: left;
}
Let me know :)
Thanks Tom, that worked 😊
You're welcome :)