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
Header Overlaps
#1
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?
  Reply
#2
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>
  Reply
#3
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
  Reply
#4
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. */
}

  Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)