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

    My client would like to center the navbar of his site (link in Private Content) when the theme is set to “Logo Left, Menu Below.” I have tried quite a few CSS approaches that in my mind should work, but to no avail. Could you please provide a solution? Thanks in advance!

    #1131221

    Hey talk19media,

    Please try the following in Quick CSS under Enfold->General Styling:

    .html_header_top.html_bottom_nav_header #header_main_alternate .main_menu {
        width: auto;
        float: none;
        display: table;
        margin: 0 auto;
    }

    Best regards,
    Rikard

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