Comment to 'How to center the top menu in PROTEAN UNA10?'
  • Everything is normal, the reason was in the gaps 👍

    ul.bx-menu-floating-blocks.bx-menu-object-sys_site {

        text-align: center;

    }

    Removed empty lines and worked:

    ul.bx-menu-floating-blocks.bx-menu-object-sys_site {

        text-align: center;

    }