Forums

Paragraph Spaces Don't Work (4 posts)

  1. Skylamar
    Member
    Posted 1 year ago #

    Hi. I can't figure out how to successfully create line spacing between paragraphs. I've tried hitting Return multiple times and I've also added <p> tags in HTML mode with no success. I did a search for older posts in the forums but I couldn't find a suggestion in those posts that solved the problem. My blog is at: http://blog.smallworldtoys.com/

    Thanks

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Your theme's stylesheet is being overwritten by a stylesheet from a sub-domain:

    http://shop.smallworldtoys.com/v/vspfiles/templates/smallworld/css/swt-reset.css

    Try changing:

    p {padding:5px 0;}
    in style.css to:

    .bodycontainer p {padding:5px 0;}

  3. vtxyzzy
    Member
    Posted 1 year ago #

    If some paragraphs need more spacing than others, try using one or more <p>&nbsp;</p> between paragraphs.

  4. Saildude
    Member
    Posted 1 year ago #

    I use: <br class="blank" /> for a hard line feed.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags