Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1146835

    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!

    #1147263

    Hey Angelo,

    The value for the top is wrong, try like this:

    
    #top .main_menu {
        top: 0px;
    }
    

    Best regards,
    Victoria

    #1147272

    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.

    #1147535

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.