
Not all tag boards are born beautiful. Some need to be tweaked and foremost of all ugliness problems is the sometime horizontal scrollbar that appears out of nowhere (okay, not really).
Anyhoo, for all ye Blogdrive bloggers, to remove it, all you have to do is to add this snippet of code in the
BODY section of the
tag board CSS editor in Blogdrive:
overflow-x: hidden;
Or if you prefer to embed it in your style sheet:
style="overflow:hidden"
And voila! It is pretty again.
Thanks to
the girlie matters for the tip.