Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 2108

Templates for Joomla! 5.x • Re: How to centre and change the font size of the menu

$
0
0
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 screens

Code:

.container-header .mod-menu {  font-size: 1.2em;  text-align: center;}
Center menu on large screens only

Code:

.container-header .mod-menu {  font-size: 1.2em;  justify-content: center;}
* 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

Statistics: Posted by Mr. Wimpy — Mon Jul 01, 2024 12:09 pm



Viewing all articles
Browse latest Browse all 2108

Trending Articles