Hello Guest
No Avatar
Sign In to Remove
Posts: 
2
Reputation: 
0
Posted: October 13, 2014, 3:00 AM
  • Group: Member
So I'm creating a new forum and finally getting to making my boards. The first one's go into the initial category fine but as soon as I make a second category, everything goes bottom up.



I end up with my second category waaay off on the right and a secondary add board button that comes from seemingly nowhere. And these only appear when I make a secondary category. I can move the second category in front of the first but the button remains and the category doesn't show up on the main board, just the first and it's boards.

Anyone ever run into this before or at least have some idea as to what's going on because I'm fairly stumped.
Posts: 
400
Reputation: 
20
Posted: October 13, 2014, 9:50 AM
  • Group: Administrator
  • AIM: mlm@visualpulse.net
  • deviantART: MadLittleMods
  • Photobucket: MadLittleMods
Thanks for the bug report.

This is a issue with forgetting to clearfix the board list which is floated left.

Add:
Code: [Select]
overflow: hidden;to .content in css/index.css
<3 Nerve, Sk8, Labradoodle, Austin
Posts: 
2
Reputation: 
0
Posted: October 13, 2014, 9:58 AM
  • Group: Member
Thank you! :D
anything