• stlastla

    (@stlastla)


    On this blogpost Danskeb?ten I have 5 pics that are all the same size 150×150 and all of them are aligned to the left. ( I have used the picture post settings).

    Can anyone tell me or help me find out why the fourth pic places itself in the center?

    It is incredible iritating and I dont know what to do:confused:

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator keesiemeijer

    (@keesiemeijer)

    It’s because the third blogpost text length is too small to push the text of blogpost number four underneath it. Put your blogpost in a div with a class (.post) and give it a css clear left

    .post {
      clear: left;
    }

    Thread Starter stlastla

    (@stlastla)

    Where do I add this code? the css stylesheet?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Picture placement issue’ is closed to new replies.