Hey,
Thanks for the note. Kinda an easy fix, gonna be fixed in the next update 🙂
Tom
Update: patch submitted. You should be able to update the theme in a day or few (depends on when it goes live).
Theme demo @ http://wplovin.com/themes/aquarius/ is already running the latest version, so you can check it out there.
Tom
1.0.6 is now live, so this should be fixed.
Tom
Thread Starter
icc97
(@icc97)
Awesome, installed v1.0.6 and its fixed. Many thanks.
Is there any way to center the menu’s??
Hey,
Remember to always open up a new ticket with the issues you’re having, that way I will be able to respond to those faster 🙂
At the moment, it’s not possible out-of-the-box, but can be achieved with some CSS wizardry:
#navigation-main {text-align: center;}
#navigation-main > .nav-menu {display: inline-block; width: auto;}
Tom