Navigation goes over content

ryorn / 2019-03-17 14:18:30   

Hello, I can't figure out why my navigation stays in place and conflicts with the body content when scrolling. I would like it to scroll with the content.

here you can see the problem:
ryancherewaty.com/index.php/project/in-loving-memory-2018-08c/

Vaska A / 2019-03-17 14:36:36   

Because I designed it that way. You can cutomize it via CSS.

haithamissam / 2019-03-17 21:03:00   

base.css contains a condition under #index (position: fixed;) replace it with 'relative' if you'd like to scroll with your content.

Add (position: absolute;) for #exhibit right underneath it.

ryorn / 2019-04-07 21:36:34   

Thank you!

This thread has been closed, thank you.