Do this to fix the 5 lists of forums at the bottom of each page:
CSS declaration for .inner {}
Quote:
width:900px;
height:180px;
|
change to:
Code:
width:1024px; /*remove the height declaration*/
CSS declaration for #bottom-panel {}
change to:
Code:
/*remove height declaration*/
CSS declaration for .nav li{}
change to:
Code:
width: 204px;/*remove the margin declaration*/
replace
http://www.dnforum.com/images/bg-footer.jpg
with
http://www.fbar.org/bg-footer.jpg
Why?
-The lists at the bottom are currently not centered.
-The lists at the bottom are currently being chopped at the right hand side, and also at the bottom - a number of list items are cut off as a result of the fixed height/width design.
-In order to display all of the list items, the height must be increased, and the current bg-footer.jpg isn't tall enough.
-If a user has enlarged font size these code changes will ensure the design doesn't break.
http://www.fbar.org/before.png http://www.fbar.org/after.png
Thanks,
Finbarr