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

    Hey guys

    I’ve been trying to get the main menu to look like Nav Nav Nav Logo Nav Nav and I found a thread here that suggestes the following code to use

    
    /*centered menu*/
    .av-main-nav li:nth-child(2) {
        margin-right: 600px;
    }
    
    .av-logo-container {
     position:absolute;
    }
    
    #header_main_alternate {
        margin-top: -300px;
        z-index:9;
    }
    .logo {
    z-index:9999!important;    
    max-width:600px;
    }
    
    .html_header_top.html_bottom_nav_header .main_menu>div{
    width:auto!important;
    }
    

    I’ve played around with it a bit but I just can’t get it to look right due to my poor CSS skills.
    I was hoping someone could have a quick look at it. I will post login details in private.

    Thank you in advance!

    #682873

    Login:

    #684580

    Hi,

    use this code:

    #menu-item-498, #menu-item-644, #menu-item-502 {
    top: -80px;
    right: 180px;
    }
    #menu-item-467, #menu-item-471, #menu-item-467, #menu-item-search {
    right: -95px;
    top: -80px;
    }
    

    and adjust as needed.

    Best regards,
    Andy

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