Hi there,
I can change my top menu to float right or left by changing this piece of code here
sf-menu {
float: left;
font-size: .8em;
but how do I make it align to the centre? Just changing the
float: left;
to
float: centre;
doesn't work.
any info would be super highly appreciated.