Viewing 4 replies - 1 through 4 (of 4 total)
  • add clear:both; to your post heading class in your style.css

    Thread Starter animemike

    (@animemike)

    Thanks so i just add

    clear:both;

    to style.css? kind of new to all this sorry

    you’ll need to find the right heading style for your blog posts.

    it’s probably h2, or h3 in styles.css then add that to the definitions, it’ll look something like this:

    h2 {
    font-size: 1.4em;
    color: #000;
    clear: both;
    }

    just add the clear: both; line into what’s already there for the correct heading – if it’s not H2 try H1, H3 and so on.

    Thread Starter animemike

    (@animemike)

    Thanks^^

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Posts get squshed :(’ is closed to new replies.