Site logo

Archived topic

Fixed Nav Bar

2 replies · Started by Darragh Kenny on July 16, 2014

Viewing posts 1–3 of 3

Hi,
I was wondering if there is a way to make the nav bar fixed so its scrolls with the content??
Im using a child theme and added the css:
.main-nav{
position: fixed;
width: 100%;
top: 0;
clear: both;
}
But this makes the navigation disappear completely. Is it possible to have it fixed??

Try using .main-navigation instead of .main-nav.

Let me know if that does the trick :)
Tom

Perfect, thanks for the fast reply :)

This archived topic is closed to new replies.