Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #680318

    Is there a way of centering the menu across the full container below the logo?

    #680370

    Hey!

    Try adding this code to General Styling > Quick CSS:

    #header_main_alternate .container {
        width: 100%;
        max-width: 100%;
    }
    
    #header_main_alternate ul {
        display: flex;
        justify-content: space-between 
    }
    
    #header_main_alternate ul li{width: 100%;}
    
    .html_header_top #top .av_menu_left .main_menu{
        left: 0;
    }

    Cheers! 
    Josue

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