Forums

Join
bbPress Support ForumsThemescolumn not floating - appears underneath adjacent column

Info

column not floating - appears underneath adjacent column

  1. Can anybody help me please. I'm having trouble on my topic-page view here: http://www.iheart80s.co.uk/forum/topic.php?id=7. As you can see the left hand column doesn't float adjacent to the sidebar on the rhs. I think it's because the somewhere there's a clear float command - can't for the life of me work out which one / where.

  2. File forum/bb-templates/blog_theme/style.css

    Line 405 (rule .infobox) add: float: left;
    Line 511 (rule #thread) add: float: left;

    or something like that. Have a nice day.

  3. Ah God bless you Sir. Having a lovely day thank you!

  4. You must log in to post.