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

    how do I spread out the menu to the right? Right now they are all congested on the left.

    #903957

    Hey navindesigns,
    Please try going to Enfold Theme Options > Header > Header Layout > Menu and Logo Position and choose “Logo left, Menu right” from the drop down

    Best regards,
    Mike

    #903986

    There is no way I can have the menu items below and have them spread out? I dont want the menus to the right because I have two other menu items in the header (My Account & Pest Professionals?)

    Pls see below for login if you need it.

    #904233

    Hi,
    Try this code in the General Styling > Quick CSS field:

    
    ul#avia-menu.menu.av-main-nav {
    	display: flex!important; 
        justify-content: center!important; 
    }
    .av-main-nav > li {
        width: 20%!important; 
    }

    Please see screenshot in Private Content area for expected results.
    Please clear your browser cache and check.

    Best regards,
    Mike

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