Hi guys. Here is the thing I have learned.
is a id tag like any other <p><h1> and wordpress puts them into your code automatically when you insert a line break.
So this is a CSS issue. Here is an example of one of my stylesheets entries to resolve this:
br {
font-size: 28px;
margin-top: 15px;
margin-bottom: 15px;
}
Works like a freaking charm. ??