Center Casper Nav Bar

Hi,

As the title suggests, I’m looking to center the navigation bar so it’s aligned with my logo.

I’ve tried to do this in code injection but happy to give it a go in a code editor with some suggestions?

https://www.data-viz.com/ site for reference

Thanks!

.no-logo .gh-head-menu {
    margin-left: 0px;
    justify-content: center;
}

.gh-head-inner {
    grid-template-columns: 1fr 1fr 1fr;

You may need some !important on those, but try that out?

Perfect, thank you Cathy! That’s done the job :smiley:

1 Like