wordpress - Column count on webkit browsers -
i'm using css code manage columns in page (i'm on wordpress 4.2.2 + visual composer plugin):
-webkit-columns: 2 200px; -moz-columns: 2 200px; columns: 2 200px; -webkit-column-gap: 20px; -moz-column-gap: 20px; column-gap: 20px;
it works fine on firefox whole paragraph disappears on chrome , safari (webkit). suggestion?
edit: can't add screenshot (i need @ least 10 reputation ti post images), there's website link
Comments
Post a Comment