• Resolved MooK

    (@kubelyan)


    hi

    I am hiding the site title and logo as well. But my menu is still floating right.

    How I can make it centered?

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter MooK

    (@kubelyan)

    Correction.

    Desktop version i was able to center the menu:
    .onepress-menu {
    float: none ;
    display: table;
    margin: 0 auto;
    }

    But having problem with mobile one – it’s still on the right.

    Could you help me please?

    thanks

    Thread Starter MooK

    (@kubelyan)

    actually a got that one too:

    @media only screen and (min-width: 641px) {
    .header-right-wrapper {
    float: none ;
    display: table;
    margin: 0 auto;
    }
    }

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