The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/showthread.php 28 require_once





× This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!

  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help with content under nav
#1
Information 
Hey all 

I downloaded your software as it seems to be the perfect fit for what i need but for some reason the navigation is over the top of the content on a clean install. Any idea how i can fix this as iv tried a few things but can't seem to fix it.

Example 
[Image: 2f517e803b614752d881b9954f8f063c.png]

https://gyazo.com/2f517e803b614752d881b9954f8f063c

Any help would be grateful 

Thanks
  Reply
#2
There's a lot of ways to fix this. Depends on how you are presenting the nav. For me, my nav is fixed height, and I have a custom collapse script that pulls in elements on scroll and squishes the whole thing down to yet another custom size. On account of that, I use a margin-top on the <body> and modify it on collapse.
Code:
body {
 margin-top: 80px;
}

nav {
 height: 80px;
 position: fixed;
}

sort of like that.
  Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)