MyBB Community Forums

Full Version: Few CSS problems in header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
URL: http://board.twcclan.org
Screen with problems:
[Image: 69836256.png]

1. How to change color of the links in .pm_alert? Tried
.pm_alert a {color:black;}
nothing changed.
After I have done
.pm_alert a:link, .pm_alert a:visited, .pm_alert a:hover, .pm_alert a:active {
        color: black;
}
it worked a bit, they went black but it looks weird (look screenshot).

2. Is there a way to align Google +1 and Facebook like buttons? On the screenshot you can see they take much unneeded place. Also how to center them like images?
Why are those buttons loading so slow? Takes 2 seconds longer than images for me. Any way to speed them?

3. How to make the margin between pm_alert, red_alert and 1st trow (with forum name) smaller?