Hi, I'd need to center of justify the voices of the main menu in this site:
www.giemme-staff.it/
(now they are aligned on the left)
I tried in custom.css two solutions that did not work:
1)
.menu-inner {
float:center;
text-align:left;
}
2)
.uk-navbar-nav {
margin: 0;
padding: 0;
list-style: none;
float: center;
}
Ciao
Luca
Please Log in or Create an account to join the conversation.