MyBB Community Forums

Full Version: Change size on theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi.

I'm trying to make the border/separater bigger.

Just wondering where do i do this?

See attached. I've done a snipit (in blue) is what i want to change.
When your theme still keeps the standard structure, then you should edit
global.css
.tcat
Change the pixels in border-bottom, e.g.
border-bottom: 3px solid #CCC;

[ExiTuS]