test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • domko Friend
    #943987

    hi, on the screenshot you can see that the nav-menü is left and not center. we have only on this one site the problem on all other sites the menü is center.

    Regards


    1. 2016-06-24-um-22.19.35
    Pankaj Sharma Moderator
    #944008

    Hi
    To make the nav bar in center you need to give a max-width style to the nav bar .
    Add below custom.css file

    @media (min-width: 768px) {
    .navbar-nav {
        margin: 0 auto!important;
        max-width: 700px;
        float: none!important;
    }}

    When u will add more items in nav bar kindly increase the max-width in the above code as required .

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum