Cosmin it’s me again 🙂
I’ve played with your code and if adding enough number of pixesls like this:
#main-navigation {
margin-top: 10px !important;
}
Menu is already lower then the logo.
Now I just have to move it in the center or on the left so I used margin-right option
#main-navigation {
margin-top: 140px !important;
margin-right: 335px !important;
}
This will placed menu in center of the site and lower then the logo. But I couldn’t put it under logo even if I’ve increased margin-right pixels as if there would be some invisible space around logo.
In attachement there is 335px.png which shows somehow centered menu and 336px.png which shows menu that is not bellow logo instead it collapses in another column.
Is there a relatively easy way to move menu under logo? Left sided?