Hello!
I've been messing with this for a while now, with little success. All I managed to do is to set it to an undetermined size by adding "line-height" to the styling to be removed.
Setting the Line size in the look and feel > layout section does nothing, what's even the point of it?
Setting something like this as extra CSS only changed a few lines. (I was lucky to even notice it)
Code:
p, div, span {
line-height: 10;
}
So what do I need to do?
Extra question: How do I change the text from right/left aligned and justified?