Comment to 'Is there a way to center the "Site Logo" in the header page width?'
  • try adding this to custom styles

    /* Centering the logo */
    .bx-toolbar-content .bx-toolbar-item.bx-ti-logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
    /* END Centering the logo */

    Thank you UNA Themes

    • 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;
      }