Vantage - Page Callout Box Coulmns Problem
Hello-
I'm having a problem putting two columns in the Page Callout Box using the text-align left on a clean install. It appears to be using the 6 column framework instead of the 12 column. I also tried putting the 6 columns inside a 12 column but the problem still appears. The columns appear fine when using the text-align center. Can anyone verify the code below works for them in text align left? Thanks
HTML Code:
<div class="row">
<div class="large-6 columns">col 1</div>
<div class="large-6 columns">col 2</div>
</div>