Hi,
I was wondering if it is possible to have the menu split up a part left and a part right and have the Logo in the middle? I have tried some css codes but its not working. Right now i have this;
.main_menu {
margin: 0;
display: block;
text-align: center;
top: -45px;
}
.avia-menu {
display: inline-block;
}
div .logo {
position: relative;
margin: 0 auto;
z-index: 1;
}
But the menu stays under the logo. I hope to hear from you!
Hey Angelo,
The value for the top is wrong, try like this:
#top .main_menu {
top: 0px;
}
Best regards,
Victoria
HI Victoria,
Thanks for your answer but that was not exactly what i was looking for.
I want the menu to be splitted up, one half on the left side from the logo and the other half on the right side of the logo.
Hi Angelo,
Oh, ok, but the css that you shared above will not do that.
Please have a look at our docs here
If you need further assistance please let us know.
Best regards,
Victoria