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
/printthread.php 16 require_once



UserSpice
Header Overlaps - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23)
+--- Forum: UserSpice 3 (https://userspice.com/forums/forumdisplay.php?fid=25)
+--- Thread: Header Overlaps (/showthread.php?tid=40)



Header Overlaps - cookiemonster2.069 - 01-29-2016

Hi there,

i started fiddeling with the footers and headers, however now the header covers part of the page:
Http://imbinu.com/system

How can i bring it back to what it was?


Header Overlaps - astropos - 01-29-2016

Image too wide - give it a CSS class and you can make different width declarations based on the viewport.
Or just set it to 100px instead of 200px.

also

You have a blank <p></p>


Header Overlaps - cookiemonster2.069 - 01-29-2016

Hi there, thanks for the response, thats not the issue as thats my temp solution but the problem can be still seen under:
http://imbinu.com/system/forgot-password.php



Header Overlaps - astropos - 01-29-2016

OK, lets have a look.

I see "NetworkError: 404 Not Found - http://imbinu.com/system/css/imbinu.css"

But that CSS does seem to be loaded.

You need to restore a margin-top for the <body>

body {
margin-top: 50px; /* OK for full size */
/* you'll need 100px or more for mobile viewport due to the big buttons. */
}