Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.

Problem: Huge space before discussion starts

edited February 2013 in Vanilla 2.0 - 2.8

Hey everyone,

Im with that weird problem (cant figure out what i did).
In every discusssions begining is a big space and then the content of the post.

Dont know what caused that, but maybe a plugin...i tried to disable all of them, but still happens :(

here it's the link of the forum http://www.isthishardcore.com/forum

Thanks for the help.

Comments

  • usually caused by clear: both;

    grep is your friend.

  • edited February 2013

    hmm, on css?

    not gettin, i didnt changed the css :S

  • well that is not the default EmbedFriendly theme, the banner is changed. The reason why it is not working is becuase the embed theme is for embedding which is usually only single column. In any case it is focused on embedding through iframe, using the embed script.

    you can add

    .Discussion .MessageList {
        clear: none;
    }
    

    to your custom.css

    grep is your friend.

  • hmm that's the default embed theme that cames with the vanilla installation package.

    i did commented the following line on my style.css.

    .MessageList .Message {
    #clear: both;

    weird that it changed like that, cause i only enabled a few plugins...

    thanks a lot for the help :)

  • I just downloaded you version and there is no red top menu. Did you install through simple scripts or webhost installer?

    I noticed some of those versions are modified.

    grep is your friend.

  • hm, i just changed the theme to embed and the red top menu was there.

    i just downloaded the vanilla from the website and installed via upload to server manually.

  • damn, i just saw that all the discussions are showing up on the right panel right now :S

  • well i had to change to vanilla original theme.

    Dont know why, but all the discussions were to the right panel on the embed theme, after i changed that on css. :(

Sign In or Register to comment.