Nav Bar

When i add menu items to the nav bar, it does not center them, it uses the space to the left and leaves a gap to the right, as if all the menu items are squished, it doesnt even them out proportionately

Where would i change this?

Thanks

Hi @poundsman,

I hope you are well today and thank you for your question.

You can try center aligning this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options


#main-nav ul.root {
    display: table;
    margin: 0 auto;
}

Best Regards,
Movin