|
Whether you nest p tags or change those to divs or spans, you need to change the value of the display attribute in your .LoftygoalsregularNamen css class from "block" to "inline". That's actually the root of your problem. Spans are inline by default, p and div are block, but can be modified with the display: block|inline attribute|value
|