MyBB Community Forums

Full Version: CSS Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Alright. I need some help with CSS, and some things. If you can help me fix any of them, it would be great.

1: How do I lower the buttons so they don't overlap:
[Image: 4utRT.png]

2:
The buttons need to have the grey background surround the whole button.
(Obviously when logged in, more buttons appear)
[Image: cwV8q.png]
Ouch. Seems like a pain Sam ;D
Good luck!
hahah, mark, get out xD

Any help? :3
Yea, we could uh, sure use help :3
Thanks. We still need help!
1.Admincp -> Templates & Style -> Themes -> Your Theme -> Global.css

Find:
.logo {

Add inside that class:
padding-bottom: 40px;

2. Admincp -> Templates & Style -> Themes -> Your Theme -> Global.css

Find:
body {
line-height: 1.4;
}

Replace with:
body {
line-height: 2;
}
Logo - Solved.
Postbit; almost:
[Image: kB3js.png]
The buttons on the right look bigger than the buttons on the left. Perhaps use a couple of pixels bigger buttons for the left buttons.
Probably will.
Last thing (And I thank you so much in advance)

http://i.imgur.com/TAafe.png
Could you provide a testing account please?