Viewing 3 replies - 1 through 3 (of 3 total)
  • That snippet was written way back and shows compatible with 3.1/3.2. As things changed in 3.3, more options added to avoid the need for this snippet.

    I suggest you remove that code then try to use the features in 3.4.6. Come back if still having problems.

    Thread Starter AngeloLazzari

    (@angelolazzari)

    Hi!

    i deleted all the css snippets from the custom CSS theme section, and i set all the things to have the centered logo BUT i can only set for the menu a left or right position not a centered one… am i doing anything wrong?

    my site is: https://www.bordarideas.es

    Thank YOU very much
    Angelo

    No, it’s not you. Try this:

    .navbar .nav {
        margin-left: 33%;
    }

    But check responsiveness and you may need to add some @media at certain breakpoints before the Hamburger kicks in at 980px.

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