lundi 13 février 2017

Css columns height incorrect in Safari only

Vote count: 0

This code is working fine in Chrome/Firefox, but in Safari the content below my 3-column div is being pushed down much further than it should, as if the column content was condensed within a single column.

The site can be seen here: http://chrs.cblls.com

enter image description here

Relevant code:

.postIntro {
  width: 100%;
  display: inline-block;
  margin-top: 18px;
  column-count: 3;
  column-gap: 30px;
  column-fill: balance;
}

asked 15 secs ago

Let's block ads! (Why?)



Css columns height incorrect in Safari only

Aucun commentaire:

Enregistrer un commentaire