Forums

[resolved] How to add space to post? (3 posts)

  1. chuiyl
    Member
    Posted 5 years ago #

    Site: http://www.geekette.co.uk

    As you can see, the large images spill over the post border. How can I add lots of space to my text to fix this? I tried added in "br" and "p" but WP just seems to delete these out.

    Any ideas? Thanks

  2. moshu
    Member
    Posted 5 years ago #

    br and p doesn't help: WP "eats" them :)

    Try to add a clearing element.

    Like:
    <br class="clearer" />

    and add to your stylesheet:

    .clearer {clear: both;}

  3. chuiyl
    Member
    Posted 5 years ago #

    Thank you very much, you are a lifesaver! :)

Topic Closed

This topic has been closed to new replies.

About this Topic