I’m using the ENFOLD theme, and I’ve started with the Photography Demo as a base for my site. I can’t seem to get the links in the menu to center. It seems, most users of this theme keep the menu in the header, and finding answers here to already asked questions that apply may be difficult.
I may have a lot of questions in the near future, but hopefully not. I had a great understanding of Avisio, but this ones a bit more challenging. Whatever help will be appreciated.
Hey dlvennie!
Add this to your custom CSS.
span.avia-menu-text { text-align: center; }
Cheers!
Elliott
Wonderful! But what about the sublevel links? They are still aligned to the left.
Hey!
Please add following code to Quick CSS as well
#top .av-main-nav ul a { text-align: center; }
Regards,
Yigit
I’ve tried adding #top .av-main-nav ul a { text-align: center; } to Quick CSS as well as custom CSS, to no avail. The sublevel links don’t move at all. Suggestions?
Hey!
Oh, you mean sub text! Please use following code instead
span.avia-menu-subtext {
text-align: center;
}
Regards,
Yigit
Yes, thank you!