• hptccharge

    (@hptccharge)


    I am trying to reposition the navbar to the center of the page. I’ve done this with the Classical theme, but am trying to do it with the Modern Theme this time. I’ve tried to change the position with multiple selectors, with the navbar on left and on the right, have tried to changing the flex properties, but have had no success. I’ve read through Customizr doc but didn’t see anything relevant on this topic.

    I have multiple sites I’m working on with this issue, both Free and Pro versions of Customizr, one of them is listed above Would VERY much appreciate help on this.

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

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello hptccharge,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    ul#main-menu {
        margin: auto;
    }

    Hope this will helps you.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Modify positioning of navbar in Modern Theme’ is closed to new replies.