Hey guys, I want to centre the text on the items in my mobile menu.
I’ve tried the following CSS, but it hasn’t worked for me:
@media (max-width: 979px ) {
.x-navbar .x-navbar-inner .x-nav-collapse .x-nav a {
text-align:center;
font-size: 2em;
padding: 0px;
}
}
The site I’m working on can be found at geekbite.com/NewSite
I’m using X Theme Icon 3 as my template and I’ve attached an image of what my menu looks like 🙂
Thanks,
David