MyBB Community Forums

Full Version: Adjust the Text
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I've ran into a little problem. During the search function, the font looks smooshed into the radio buttons/checkboxes. Where would I go to adjust this?

[Image: e2g0RbI.png]

[Image: HSClIaQ.png]

Thanks in advanced!
What is your URL?
Use padding! Big Grin
Add to your global.css

.radio {
    margin-right: 10px;
}
I'd go for padding-left.