MyBB Community Forums

Full Version: Theme min height
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys I use Apart theme and it has this thing that I don't like. how to make it always maintain height?
you can add minimum height for div #content in the theme's global.css (line 147)

if you are confused where to add the code, add code like below at the bottom of global.css (edit in advanced mode)
#content {min-height: 360px;}
hard refresh your browser (eg. press CTRL + F5) on forum's index page after saving global.css
Thanks very much