I'm using this css code to manage columns in my 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 but the whole paragraph disappears on Chrome and Safari (webkit). Any suggestion?
EDIT: I can't add any screenshot (I need at least 10 reputation ti post images), so there's website link