Archived topic
move nav menu under header widget
10 replies · Started by Nadine on May 14, 2020
I have my logo on the left and the header widget and nav menu on right, but once I put something in the header widget, it pushes the nav menu under the logo but still float right. I need the menu to sit right below the header widget. Tried a few different things in other posts here, but they haven't solved it for me.
Hi there,
Any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Let me know :)
It's a local site
Any chance you can duplicate it on a staging environment so we have something to look at?
I'll try and get it to a staging environment tomorrow.
Got it online, link posted
Hi there,
Give this CSS a shot:
@media (min-width: 769px) {
.site-logo {
float: left;
}
}
Unfortunately that didn't seem to do anything.
I'm not seeing the CSS being added.
When I add it using the browser inspector, it looks like this:
https://www.screencast.com/t/MxTAb7sQ6a
I had added it locally. I just put it on the server and it is working there but not locally.
Thank you!
No problem :)