Archived topic
Main menu at different height than logo
1 reply · Started by Fernando Díaz Gascón on December 14, 2016
Hello,
After an update, I see that the main menu goes below the logo in http://econactiva.es/ for the screen width 1380px. I have seen that below 1475px, the main menu goes below the logo. How can I control it? I tried reducing the logo width and reducing the main menu left/right spacing and no success.
Thanks in advance
This might help:
.site-logo {
float: left;
}
Then you might need to reduce the width of your logo at certain widths to keep things on the same line.
Let me know :)