Hello,
I'm trying to workout how I can move the navigation bar down a couple of mm.
Currently it's right at the very top but i'd like it to be in the middle.
I've attached an image of what I mean if that helps.
(7 posts)
(2 voices)
Hello,
I'm trying to workout how I can move the navigation bar down a couple of mm.
Currently it's right at the very top but i'd like it to be in the middle.
I've attached an image of what I mean if that helps.
Hello philmeacham,
Add this in Dashboard -> your theme -> General Settings -> Custom CSS,
#primary_menu { position: absolute; top: 50px; !important; left: 20px !important; }
And then play around with the top and left values to position it.
Thanks for the reply Elliot, unfortunatly this hasn't had an effect. That's my fault though as I forgot to mention a very important note!!!
I'm using the CSS3 Mega Menu plug in http://codecanyon.net/item/css3-mega-menu-wordpress-plugin/
Have you any experience with how you'd do it with this???
Thanks,
Phil
We'll need a link to your site to take a look. The themeforest link is giving me a 404.
Try this,
#wrapper-cmm-menu-horizontal-light { position: absolute; top: 50px; !important; left: 20px !important; }
whoop whoop!!! Perfect!!! Thanks very much for your help Elliott!!!
You must log in to post.