Hi,
I am running X Theme and would like to just centre the text on the menu. How could I do this as I cannot find an option?
I cannot seem to find any CSS to do this for me.
Thanks.
Hi,
I am running X Theme and would like to just centre the text on the menu. How could I do this as I cannot find an option?
I cannot seem to find any CSS to do this for me.
Thanks.
Hi @tomr96,
To center the text of your Main menu, please add the CSS code below.
.x-navbar .x-nav-wrap .x-nav > li > a {
text-align: center;
}
Please note that providing custom code is outside the scope of our theme support. Issues that will arise from the use of custom codes should be forwarded to a 3rd party developer.
Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.