Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • felix1 Friend
    #206528

    Hallo!
    I’ve really fallen in love with Purity III. Good job!

    Now I only have one problem. Sidebar 1 and 2 overlap each other in mobile view.

    Can someone please fix this problem?

    Sincerely Felix Rimfrost


    1. Screenshot_2015-05-21-02-30-29

    Felix Rimfrost

    Saguaros Moderator
    #571335

    Hi Felix,

    You can try with this tweak:
    – Go to file: /templates/purity_iii/tpls/blocks/mainbody/two-sidebar-right.php
    – Change:


    <!-- SIDEBAR 1 -->
    <div class="t3-sidebar t3-sidebar-1 col-xs-6 col-sm-12 col-md-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-6 col-sm-12 col-md-6 <?php $this->_c($vars['sidebar2']) ?>">
    <jdoc:include type="modules" name="<?php $this->_p($vars['sidebar2']) ?>" style="T3Xhtml" />
    </div>
    <!-- //SIDEBAR 2 -->

    To:


    <!-- SIDEBAR 1 -->
    <div class="t3-sidebar t3-sidebar-1 col-xs-12 col-sm-12 col-md-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-sm-12 col-md-6 <?php $this->_c($vars['sidebar2']) ?>">
    <jdoc:include type="modules" name="<?php $this->_p($vars['sidebar2']) ?>" style="T3Xhtml" />
    </div>
    <!-- //SIDEBAR 2 -->

    This way will help to place the sidebar 2 under the sidebar 1 because the screen size of mobile layout is so small.

    felix1 Friend
    #571552

    Thanks!

    It worked like a charm! 🙂

    Sincerely//Felix Rimfrost

    Felix Rimfrost

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  felix1 9 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum