Hello,
As you can see from the screenshot there is a bar in the user's blog that has moved to the right.
This is caused by CSS in the blog-rollup.css:
Now, I have already switsched styles (the error persists in all styles except mobile), disabled all plugins but still this error persists.
Is this vBulletin code or does it come from elsewhere?
I can edit the CSS but I would like to know if someone perhaps knows how to remove this?
Thanks
As you can see from the screenshot there is a bar in the user's blog that has moved to the right.
This is caused by CSS in the blog-rollup.css:
Code:
.postbit-lite .commenthead{margin-left:[B]80px[/B]}.postbit-lite .postbithead{float:left;width:100%;padding:5px 0;margin-left:0}.postbit-lite .postbithead label{float:left;clear:right;width:45%;margin-right:0;margin-left:1em}
Is this vBulletin code or does it come from elsewhere?
I can edit the CSS but I would like to know if someone perhaps knows how to remove this?
Thanks
Comment