How Do I Split My Generated List in Columns?
Create a parent container for your generated list
<div class=”generated_list”> [Your MPG Shortcode]<br /></div>
Paste this into your CSS stylesheet
Change column-count number depending on amount of columns needed.
.generated_list { -webkit-column-count: 3; column-count: 3; }<br />