MyBB Community Forums

Full Version: Please Help: Thread List Borders and Newthread Box Size
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm currently using the Blaze Red Theme.

How do I create lines for borders between topics on the topic list? Like how this forums has: http://puu.sh/6VX11.png

I made the trow1 and trow2 colors different so I can see all the separations but I don't really like it. I would much prefer a border line how this forum has. Here is how mine looks: http://puu.sh/6VX6X.png

So yeah, how do I add the border lines?


Also, I noticed that the size of the box when I'm making a new topic is large enough to block out some of the check boxes. Anyway I can change that? Here is how it looks: http://puu.sh/6VXbI.png


Thank you for the help.

I am still puzzled about the post box size, but I figured out how to add borders.

I just added this to .trow1 and .trow2
border-top: #000000 1px solid;
border-bottom: #000000 1px solid;
border-left: #000000 1px solid;
border-right: #000000 1px solid;

I am currently working on getting the postbox fixed. Any ideas anyone?

I figured out how to do the second part too. I found a tutorial on how to adjust the editor.js here:
http://community.mybb.com/thread-75337.html


This thread can be closed or whatever now.