-
AuthorPosts
-
global21 Friend
global21
- Join date:
- March 2011
- Posts:
- 134
- Downloads:
- 37
- Uploads:
- 43
- Thanks:
- 31
- Thanked:
- 5 times in 3 posts
August 31, 2016 at 8:30 am #964493Hello,
I am using 2 sidebars 1 left and 1 right.
is there an easy way that when in mobile mode these can stack on top of each other rather than next to each other?
Thanks in advance.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
global21 Friendglobal21
- Join date:
- March 2011
- Posts:
- 134
- Downloads:
- 37
- Uploads:
- 43
- Thanks:
- 31
- Thanked:
- 5 times in 3 posts
September 2, 2016 at 10:25 am #965099You can try to resize block of each sidebar via Backend > Extensions > Templates > JA Directory template style > Layout (tabt) > Responsive layout > Extra Small layout tab and resize them
Thanks Saguaros.
That works with position 1 – 8 but not with sidebar 1 – 2.
Is is not a simple css issue?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 5, 2016 at 1:57 am #965580You can update the admin login info of your site so I will have a look at the configuration in template manager.
global21 Friendglobal21
- Join date:
- March 2011
- Posts:
- 134
- Downloads:
- 37
- Uploads:
- 43
- Thanks:
- 31
- Thanked:
- 5 times in 3 posts
September 14, 2016 at 10:39 am #968151This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 15, 2016 at 4:34 am #968346You’re right.
You will need to update the class a bit for these 2 sidebars. I assume that you use 2 sibebars as normal so I updated the file:
/tpls/blocks/mainbody/two-sidebar.php
and change the class col-xs-6 to col-xs-12 for div of sidebar as below:
</p> <!-- SIDEBAR 1 --> <pre><code> <div class="t3-sidebar t3-sidebar-1 col-xs-12 col-md-3 col-md-pull-6 <?php $this->_c($vars['sidebar1']) ?>"> <jdoc:include type="modules" name="<?php $this->_p($vars['sidebar1']) ?>" style="T3Xhtml" /> </div> <!-- //SIDEBAR 1 --> <!-- SIDEBAR 2 --> <div class="t3-sidebar t3-sidebar-2 col-xs-12 col-md-3 <?php $this->_c($vars['sidebar2']) ?>"> <jdoc:include type="modules" name="<?php $this->_p($vars['sidebar2']) ?>" style="T3Xhtml" /> </div> <!-- //SIDEBAR 2 --></code></pre> <p>
-
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by Saguaros 8 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum