[ad_1]
Hello guys! Super new to using WordPress and I’m trying to center my site title and menu using CSS (want to stick w/ CSS so I don’t have to use a Plugin and slow down my site) . I’ve tried using the following code:
\———————————–
.main-navigation ul {
text-align: center;
}
.main-navigation ul li {
display: inline-block;
float: none;
\———————————-
However it is still not working. Does anyone have any better suggestions? Thank you!
[ad_2]