Comment to 'How to center the top menu in PROTEAN UNA10?'
  • Thats odd.. I have done it 2 sites and it works on both..

    Try it like this.. in Protean > Styles click the Add New Mix, Give it a Name, Duplicate it from "Light Mix". Go into that Custom CSS Style and add what I posted above, and click Save and see if it works. 

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

      }