Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1040151

    Hi
    You can apply the margin-left css on the main nav.
    Can u share the site URL here so i can suggest you changes based on site.

    Regards

    PawerDesign Friend
    #1040223

    Hi Pankaj

    Thanks for helping 🙂

    My URL is http://www.hockeycamp.me

    Best Regards

    PawWest

    Pankaj Sharma Moderator
    #1040240

    Hi
    Add below code in custom.css file

    
    @media (min-width: 992px)
    {
    .navbar-collapse.collapse {
     max-width: 900px;
     margin:0 auto;
     float:none!important;
    }
    
    }

    Save and check.

    Regards

    PawerDesign Friend
    #1040262

    Thank you 🙂

    i changed max-width: 900px to 1000px, so it keeps the menu on 1 line

    Best Regards

    PawWest

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

This topic contains 4 replies, has 2 voices, and was last updated by  PawerDesign 7 years, 5 months ago.

The topic ‘main menu centered’ is closed to new replies.