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.

Yellow New Posts Notification Overlaps Sidebar

edited December 2011 in Vanilla 2.0 - 2.8

I'm in the process of embedding a forum into my wordpress site. Using the embed-friendly theme unmodified. The yellow notifications for new posts are being forced to the right so that they're overlapping the sidebar. Is there any way to force the position of the "1 new" box so it doesn't do that?

http://forum.vancouversouthsiders.ca

It's being embedded into http://www.vancouversouthsiders.ca, but that site is not live just yet.

Appreciate any help.

Cheers,
Chris

Best Answer

  • 422422 MVP
    edited December 2011 Answer ✓

    In voting css.

    Change to this:

    ul.DataList div.Meta strong {
        box-shadow: 0 0 2px #777777;
        left: 390px;
        position: absolute;
        top: 4px;
        white-space: nowrap;
    }

    Or add the above to your custom.css

    There was an error rendering this rich post.

Answers

  • 422422 MVP
    edited December 2011

    Unless we are logged in we cannot see, have you got screenpic.Or test acct

    There was an error rendering this rich post.

  • It's now live. http://vancouversouthsiders.ca/index.php/forum

    Shouldn't need to be logged in. In fact, the problem will be more apparent if you AREN'T logged in.

  • You need to be logged in to see the new posts notification. Just registered .

    Bear with me

    There was an error rendering this rich post.

  • 422422 MVP
    edited December 2011 Answer ✓

    In voting css.

    Change to this:

    ul.DataList div.Meta strong {
        box-shadow: 0 0 2px #777777;
        left: 390px;
        position: absolute;
        top: 4px;
        white-space: nowrap;
    }

    Or add the above to your custom.css

    There was an error rendering this rich post.

  • Incidentally thats a really weird url construction you use....

    index.php/category

    There was an error rendering this rich post.

  • I was thinking that. I'm not sure why it came out like that, to be honest.

  • Thanks so much for your help. I just took over administering that forum and this community has been a life saver.

  • No worries we are all equal here :)

    There was an error rendering this rich post.

Sign In or Register to comment.