• katiecoleslaw

    (@katiecoleslaw)


    Since I split my post’s text into two columns the post’s images move behind the text – See here

    I added this to my style.css –

    .entry-content {
    	  -moz-column-count: 2;
    	  -moz-column-gap: 10px;
    	  -moz-column-rule: none;
    	  -webkit-column-count: 3;
    	  -webkit-column-gap: 10px;
    	  -webkit-column-rule: none;
    	column-count: 3;
    	column-gap: 10px;
    	column-rule: none;
    	}

    What am I doing wrong?

Viewing 3 replies - 1 through 3 (of 3 total)
  • wongpk

    (@wongpk)

    Some are 3 columns and one is 2 columns?

    Thread Starter katiecoleslaw

    (@katiecoleslaw)

    Ah yes, well spotted. I changed it to just 2 columns but hasn’t made any effect. The image is still sitting behind the text

    Thread Starter katiecoleslaw

    (@katiecoleslaw)

    I tried using a plugin, column posts, but it put the image into the column as well, instead of on top.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Image moves behind text’ is closed to new replies.