Hello
I was previously supplied the following css code to centre the main menu (desktop/ipads etc), but it does not seem to work (anymore) for either the main or the sub menu used at the top of any other page. I have inspected and tried to alter all css code that I can personally reveal. Can you help please. Thank you.
.navbar-collapse.collapse {
width: 800px;
text-align: center;
margin: 0 auto;
}