Quote Originally Posted by yogeshvara View Post
Hi I had it in mind that I would have a heading centered on two columns. If this were html I would just merge the two columns in the row and justify center. and below it I would have two columns of Links related to the header.
I'm a newbie and my developer installed this module and invited me to have at it, so if I have to modify code it will be my first time! Also how do I make suggestions as to font style size etc. It seems to have a mind of its own.
Thanks much.
You can create 1 column

Sort-Order 1 & Assign Header

Then create new page Sort-Order 11 & use HTML to create columns, using the same class already included in the plugin.

HTML Code:
<div class="col span_2_of_9">
List of Links
List of Links
List of Links
</div>

<div class="col span_2_of_9">
List of Links
List of Links
List of Links
</div>

This way these HTML columns are also responsive and stack at min-width.

Hope that helps!