Hi,
How can I align the menu to the right of the bar at the top? regards!
Hi domir21
Add to your custom.css file
.t3-mainnav { float:right!important; }
pavit
thank you!