XF 1.3 Quotes are super skinny on multiple computers since adding a sidebar

surfsup

Well-known member
I added a sidebar on thread pages and for some users the only thing messed up is the quotes looking super skinny and very hard to read, although for myself it happens if I make the web browser width smaller but if I make it towards full screen I do not have this problem.

How can I have maybe the quote section a set width?

Examples here:
www.truckmountforums.com/threads/the-quote-feature-is-messed-up.55357/

imag0115-jpg.29065
 
@surfsup do you still have ads in that position on the top right message at all? If not:

Search for: "html .bbCodeBlock" in your templates, remove the margin-right
That worked, thank you! by the way should have I only removed this: margin-right: 350px;

Or should I remove this;

html .bbCodeBlock
{
margin-right: 350px;
}
 
Top Bottom