Elemental 2 Column Page Type
Permalink
I want to have a responsive 2 column page for the elemental theme. How can I do it? Nothing I have tried works.
Here is the code I have now and it is not working
Site:http://chestersbbq.com
Thanks.
Here is the code I have now and it is not working
<?php defined('C5_EXECUTE') or die("Access Denied."); $this->inc('elements/header.php'); ?> <main> <div class="container"> <div class="row"> <div class="col-sm-6"> <?php $a = new Area('Left Column'); $a->display($c); ?> </div> <div class="col-sm-6"> <?php $a = new Area('Right Column');
Viewing 15 lines of 28 lines. View entire code block.
Site:http://chestersbbq.com
Thanks.
Did you turn your cache off for development? Are you changing things in the main.less file, which then gets compiled into the CSS file?
yes. I figured it out, finally. Thanks for the reply:)
OK, figured it out. It is a glitch of some sort in Opera??? Wierd but it is working on my phone and in other browsers.