How do you center menu on MOBILE ?

I need to center the menu on MOBILE.

I found this CSS in the discussions but it does NOT work for me:

@media (max-width:767px) {
    #Top_bar #menu ul li a {
    text-align:center !important;
}
}

*Maybe its because I am using this html you gave me in a previous message :

<img src="URL TO IMAGE" />

or because I am using this CSS you also gave me:
#Top_bar {
background: url('URL TO IMAGE') !important;
}
Please let me know - Thanks !



Comments

Sign In or Register to comment.