Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

[Solved] Spacing bug

edited February 2011 in Vanilla 2.0 - 2.8
Hi, I am having a problem with various activities on Vanilla where the activity/comment/etc will push it and everything underneath it to beneath the sidebar. I am using the embedfriendly theme but the error occurs when viewing the actual forum rather than the embedded version of it. http://canhaswebsite.com/forums/profile/1/mc2w here's the non-embedded in action and here's a screenshot of the embedded one bugging out: http://i53.tinypic.com/1z5kks7.png
Tagged:

Comments

  • Options
    ToddTodd Chief Product Officer Vanilla Staff
  • Options
    @mc2w The width of your profile pic is causing this. If you remove your profile pic the spacing issue is resolved see here > http://cl.ly/4nUI

    I will need to dig deeper to see why this is happening. @mark?

    There was an error rendering this rich post.

  • Options
    @digibomb thank you for your solution. Hopefully this is resolved in the next release of vanilla.
  • Options
    MarkMark Vanilla Staff
    I've seen this before. It's not the profile picture, it's the entire panel being cleared by a comment in the activity stream. I firebug'd it and this rule fixed the problem:
    ul.Condensed li, li.Condensed {
    clear: none;
    }
  • Options
    @Mark thank you good sir!
This discussion has been closed.