I just did this and I’m experiencing the same thing. If anyone knows the answer that would be great!
I just did this and I’m experiencing the same thing. If anyone knows the answer that would be great!
You could do this:
#logo, #header-links {
float: none;
}
That would force your main navigation to the next line, right below the logo.
Hi ThePixelMe,
That worked but it still looks funny on my site because of making the logo bigger. There’s a lot of extra padding around where the logo is. I’d like for the logo to only have a little padding above and below and for the menu to sit next to it.
I hope that makes sense and thank you for the help!!