June 11, 2014 at 7:22 pm
#11201
Theme Horse Support Team
Keymaster
Hi bdk,
To centered the menu Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#access {
text-align: center;
}
#access li {
display: inline-block;
float: none;
margin-right: -4px;
}
#access a {
display: block;
float: none;
}
#access ul li ul {
text-align: left;
}
#access ul li ul li {
display: block;
margin-right: 0;
}
Thank you for using our theme.