Centre navigation inline on all bars

Hi there, I must be missing something, but I’m stuck on how to achieve a sticky navigation inline centred on the header.
https://coombebarton.lee-robertson.co.uk/room-6/

Hi There,

Thanks for writing in!

as I don’t have access to your backend, so I can’t check your header bar setting. Let me suggest you few custom CSS which can be add to your Header CSS or Theme option -> Global CSS.

.e1044-12.x-bar-container {
  width: 100%;
}
ul.e1044-13.x-menu-inline {
    display: inline-block !important;
    width: auto;
    text-align: center;
}

ul.e1044-13.x-menu-inline li {
    display: inline-block !important;
}

Hope this helps!

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.