• Resolved Deckey

    (@deckey)


    Hi, I’ve need some help about the menu bar.
    I’ve modified the CSS code (add some CSS in a CSS plugin, like that:

    @media (min-width: 768px) {
      .navbar-nav {
        display: table;
        margin-left: auto;
        margin-right: auto;
        float: none;
      }
    }

    ):
    Now the menu bar scroll down on the page…..instead I need the opposite: the page flowing and the menu bar that remains stationary on top…

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘How to modify the menu bar’ is closed to new replies.