It depends: Do you want the menu to center on all screens or center on large screens only? (on small screens the menu will be aligned on the left)
Center menu on all screensCenter menu on large screens only* The difference in centering is because Cassiopeia turns the mod-menu into a flexbox on larger screens.
** Change the number at font-size to what you like. 1.2em = 1.2 x normal size
Center menu on all screens
Code:
.container-header .mod-menu { font-size: 1.2em; text-align: center;}
Code:
.container-header .mod-menu { font-size: 1.2em; justify-content: center;}
** Change the number at font-size to what you like. 1.2em = 1.2 x normal size
Statistics: Posted by Mr. Wimpy — Mon Jul 01, 2024 12:09 pm