Urgent, please please help! C5 Toolbar hidden behind fixed position nav
Permalink 1 user found helpful
I'm desperate having searched forums and tried many things to fix, but I cannot get this working and site is due live asap...
Basically, built responsive site and the sute has a fixed position navigation bar at the top. This unfortunately overlays the C% toolbar when logged in. I've tried adding wrappers, changing body to c5wrap etc to no avail.
The site can be viewed athttp://thevernonhanbury.marmaladesoup.co.uk/cms/index.php...
Changing z-index in chrome dev tools of the c5 toolbar to 5000 brings it to the front, but I just cannot get it to sit above the navigation bar as it should.
Really appreciate any help asap
Basically, built responsive site and the sute has a fixed position navigation bar at the top. This unfortunately overlays the C% toolbar when logged in. I've tried adding wrappers, changing body to c5wrap etc to no avail.
The site can be viewed athttp://thevernonhanbury.marmaladesoup.co.uk/cms/index.php...
Changing z-index in chrome dev tools of the c5 toolbar to 5000 brings it to the front, but I just cannot get it to sit above the navigation bar as it should.
Really appreciate any help asap
Something you could do is add some additional css snippet which overrides your fixed nav css rules so that they have a top margin on them when a user is logged in as an administrator. Would probably just toss this at the very end of your <head> tags
Thanks that worked for me!