Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Center the Menu › Reply To: Center the Menu
December 1, 2014 at 11:17 pm
#1186
Participant
Hello,
Yes, it is possible.
Add the following code to the “Elvyre options -> Appearance – Custom CSS” box:
#nav-container {
text-align: center !important;
float: none !important;
}
#nav {
float: none !important;
display: inline-block !important;
text-align: center !important;
}
The menu should be centered now.
Robert