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

@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;
}
 
Back
Top Bottom