Hello, would you be able to help with some CSS code that would centre align the main menu?
At the moment on my site it is left aligned.
Thanks, JR
jross Hi Add this code in custom.css file
.t3-mainnav { max-width: 1000px; margin: 0 auto; }