• Good morning, I would like to center the menu of my home page. How can I do this with the “bluestreet” theme. HQ

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    Thanks for contacting to us.

    To center the menu, For this go to appearance >> customizer >> find the Additional css box and add the below css code inside the box.

    @media (min-width: 1100px)
    {
    .navbar-nav > li {
    float: unset;
    display: inline-block;
    }
    .navbar3 .navbar-left {
    width: 100%;
    text-align: center;
    float: unset ! important;
    }
    }

    Feel free to contact us for further assistance.

    Thanks & Regards

    Webrit Support Team

    • This reply was modified 9 months, 2 weeks ago by Akhilesh.

    HI

    Did the above solution work for you ?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Center Header menu’ is closed to new replies.