CSS Code: Centre header menu and re-size menu text
-
Hi,
I would like to centre my header menu and also make the text larger on the header and footer menu. Does anyone know how to do this through the custom CSS?
The blog I need help with is: (visible only to logged in users)
-
Hello Mary,
Experiment with this Custom CSS. Have fun.
ul.main-menu.clearfix { font-size: 25px; } div.section-inner.row.clearfix.two-column { font-size: 20px; } -
That code looks good @daschultemn.
@marysutherland were you able to get your menus centered?
-
-
I found the answer in this other thread:
.nav-wrap nav { text-align: center; } .nav-wrap nav ul { display: inline-block; }Let me know if that does the trick!
-
-
- The topic ‘CSS Code: Centre header menu and re-size menu text’ is closed to new replies.