How do I make the nav bar be below the logo on the header?
As you can see http://www.iscnn.com I am having issues on being able to move the nav bar lower.
How do I change this?
I'd like it to be right above the slider section.
Cheers.
(4 posts)
(3 voices)
How do I make the nav bar be below the logo on the header?
As you can see http://www.iscnn.com I am having issues on being able to move the nav bar lower.
How do I change this?
I'd like it to be right above the slider section.
Cheers.
Hello,
I have a similar question. I am not sure if I asked this a while ago but cannot find the thread, sorry. I want to be able to make some changes to the menu, ideally position it a little lower and possibly center it.
Thanks
Andrew
Hello everyone,
You can position the primary menu by adding this line in Dashboard -> your theme -> General Settings -> Custom CSS,
#primary_menu { position: absolute; top: 50px !important; left: 400px !important; }
And then play around with the top and left values until it looks good.
Found it!
Thanks
Andrew
You must log in to post.