« See all FAQs for Status - Parallax and modular Theme
How to remove 3 columns from text blocks on homepage?
Find ’.section>.container>p’ in style.css and delete these lines:
-moz-column-count: 3; -moz-column-gap:30px; -webkit-column-count: 3; -webkit-column-gap:30px;

