Viewing 1 replies (of 1 total)
  • Theme Author acosmin

    (@acosmin)

    1. It’s not possible.
    2. Use this CSS code

    nav.main-menu-wrap {
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    • This reply was modified 9 years, 3 months ago by acosmin.
Viewing 1 replies (of 1 total)

The topic ‘Logo and Menu’ is closed to new replies.