Tagged: 

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

    Hi, how can I allow the main menu centre aligned to be as wide as the main container.
    Currently it only goes as wide as the content so on a laptop one of the menu items is overflowing to a second row.
    Thanks

    #366403

    Hey!

    Try adding this code to the Quick CSS:

    #header_main_alternate .container {
        padding: 0 !important;
    }
    
    @media only screen and (min-width: 989px) and (max-width: 1288px){
        .av-main-nav > li > a{
            font-size: 12px !important;
            padding: 0 10px;
        }
        
    }

    Cheers! 
    Josue

    #366651

    Hi Josue,
    that worked perfectly, thanks you.

    For some reason I am not getting Email notifications of forum replies to my posts even after ticking the box,
    I have checked my Spam folder but nothing. Have Email notifications stopped?

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Menu Width’ is closed to new replies.