I can\'t figure out how to do this with CSS. If I just use a tag, it works flawlessly, but I\'m trying to avoid doing that for obvious reasons.
You can give it a property display block; so it will behave like a div and have its own line
CSS:
.feature_desc { display: block; .... }