Comment to 'Is there a way to center the "Site Logo" in the header page width?'
  • i'm having a problem centering my navigation menu. I added the below to custom styles in my Lucid theme and it did seem to help with Chrome browser but not Edge or Fire fox. any suggestions? Would the fix be a little different to center the menu than what I have here?

    -sliding-menu-sys_site.bx-sliding-smenu-main ul.bx-menu-object-sys_site {
    -webkit-justify-content: center;
    justify-content: center;
    }