MyBB Community Forums

Full Version: Make footer smaller
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to make this footer smaller. You see all this white space? http://prntscr.com/j1uq0u Want to make it smaller. I think its called uppermid.

Here is the website http://acesthetic.xyz/index.php

bumpppppppppppp
You can conduct an experiment in the global.css
but make sure to back up first before you change anything.
Try using notepad++ for smooth experiment.
element .ft-row has float left property [css3.css , around line 216] - removing that should help.

note: edit the stylesheet in forum admin panel (through themes section) AND in advanced edit mode (tab)

remember hard refreshing your browser [eg. press CTRL + F5] on index page after saving changes to the stylesheet