Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1418282

    hello,

    i am trying to build a site with a main menu with text menu links on the left, logo in the center and a widget on the right.

    i followed these steps:

    and here:

    i am wondering how the main menu can be displayed as normal text links and not as a burger menu with flyout on the desktop…? (burger should remain for mobile)

    is there an easy fix to accomplish that?
    thanks!
    chris

    #1418283

    i think i figured it out…

    in the css code for the center logo menu i uncommented the burger menu part…

    /*  Activate burger menu  */
    /*
    @media only screen and (min-width: 767px) {
        #top #header .av-main-nav>li.menu-item {
            display: none!important;
        }
        #top #header .av-burger-menu-main {
            cursor: pointer;
            display: block!important;
        }
    }
    */
    @media only screen and (max-width: 767px) {
        /* Mobile menu position fix */
        .responsive #top .av-logo-container .avia-menu {
            display: flex!important;
            align-items: center;
        }
    }
    
    #1418324

    Hi,

    Glad to know that this has been resolved. Let us know if you need further help with this matter and please feel free to open another thread if you have more questions about the theme.

    Have a nice day

    Best regards,
    Ismael

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘menu left, logo center, widget right’ is closed to new replies.