Hi,
how can I align the menu to the left instead of the right?
I tried to add these custom css codes which has no effect nor editing the nexus.css file :
.hornav > ul > li > a {
text-align: left;
}
or .hornav > ul > li > a {
float: left;
}
then :
.hornav {
float: left;
}
nor : .hornavmenu {
float: left;
}
Thanks in advance