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
Change Footer Height
#2
So I've found a work-around that works for me, and figured I'd share in case anyone would like this in future.

The fix I'm using doesn't actually affix the footer to the bottom of the page, but instead gives a minimum height to the page wrapper.

in the file:
/users/css/sb-admin.css

changed

#page-wrapper {
width: 100%;
background-color: #fff;
}

to

#page-wrapper {
width: 100%;
min-height: 800px;
background-color: #fff;
}

This worked for me, and I thought I'd share.
  Reply


Messages In This Thread
Change Footer Height - by W11B2349 - 09-19-2018, 09:46 AM
RE: Change Footer Height - by W11B2349 - 09-20-2018, 03:47 AM
RE: Change Footer Height - by mudmin - 09-20-2018, 10:01 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)