Menu center not. working on iMac

Hi all,

I got the Menu center work on my MacBook and iPhone. On my iMac, the menu is aligned right. How can I fix this? I used this code

#masthead > .container {
display: none;
}
}

@media (max-width: 768px){
#masthead nav {
float: none;
}

}
nav.navbar.navbar-default .container {
max-width: 100%;
}

nav.navbar.navbar-default {
float: right;
max-width: 100%;


Hi there

Right now it appears centered for me, also, as I can see your code is not correct, it misses several opening and closing signs, if this is all the codes you have then it might be source of the problem

thanks