Hello,
Currently the default mainbody tpl files display the sidebars at 50% width when on mobile devices. This places them side by side.
What do i change so they go to 100% width and stack ontop of each other? Looking at the files in the blocks/mainbody folder I can see:
<div class="t3-sidebar t3-sidebar-1 col-xs-6 col-md-3 col-md-pull-6 <?php $this->_c($vars['sidebar1']) ?>">
with the col-xs-6 controlling the width to 50% on mobiles. If I change this to col-xs-12 do I need to change the md-pull or any other class?
Thanks
Lee