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

    is it possible to center the lower menu in this configuration without centering the logo?

    #1049544

    Hey Kyle,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - */
    
    .menu.av-main-nav {
    	display: flex;
    	justify-content: center;
    }
    
    
    

    Best regards,
    Vinay

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