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

CSS Troubles....

edited November 2011 in Vanilla 2.0 - 2.8
Hey everybody. This is my very first time using Vanilla forums. Im rather impressed.

Anyway Im tryn to use this theme here:

http://vanillaforums.org/addon/557-light-grunge

Im have trouble with the post boxes. The text in the boxes of the comment posts is way to close to the edge. I know this is a simple issue with the CSS and Im reading through it at the moment.

Im not familiar with the Vanilla Forum stylesheets though. Here is an example on my site of what the text looks like in the post boxes:

http://eat-mushrooms.com/forums/discussion/1/need-some-help#Item_1

*this was not simply for a backlink :p i dont really use this site anyway*

If you guys could help it would be much appreciated. thanks a mill. cheers
Tagged:

Best Answer

  • Options
    422422 Developer MVP
    Answer ✓
    .Preview .Message, .Preview .Message p, .MessageList .Message, .MessageList .Message p { margin: 8px 10px; }
    .MessageList .Meta { color: #777777; font-size: 11px; margin-left: 10px; min-height: 40px; }

    There was an error rendering this rich post.

Answers

  • Options
    also what plugin gives these little bold, italic, underline, image and link options in the text box when you are writing your post?
  • Options
    also what plugin gives these little bold, italic, underline, image and link options in the text box when you are writing your post?
    ButtonBar: http://vanillaforums.org/discussion/17756/buttonbar-v1.1-released/p1
  • Options
    kool thanks for the plugin support. I really gotta get this style sheet issue resolved though :P
  • Options
    422422 Developer MVP
    Answer ✓
    .Preview .Message, .Preview .Message p, .MessageList .Message, .MessageList .Message p { margin: 8px 10px; }
    .MessageList .Meta { color: #777777; font-size: 11px; margin-left: 10px; min-height: 40px; }

    There was an error rendering this rich post.

  • Options
    WOOOOO thanks a ton man.. you are thee shiztnet. just need to put a div before the:

    .Preview .Message, .Preview .Message p, .MessageList .Message, .MessageList .Message p {
    margin: 8px 10px;
    }

    Proof that you are a genius:

    http://eat-mushrooms.com/forums/discussion/1/need-some-help#Item_1

    Vanilla Forums is super clean. Well done you guys
Sign In or Register to comment.