Tagged: 

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

    Hello

    I would like to the center the navigation menu, How can I do ?

    Thanks for your help

    #894508

    Hey Sandra,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .html_header_top.html_bottom_nav_header #top .main_menu .menu-item-search-dropdown {
      float: left;
    }
    nav.main_menu {
        margin-left: 45%;
        transform: translateX(-30%);
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #894903

    Great !
    thank you

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