Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • sriz786 Friend
    #206198

    hi everyone…
    I used uber template with default style. can I resize width position-1 & position-2.
    I will use position-1 for side menu and position-2 for content with tab. anyone can help me?

    pavit Moderator
    #569931

    Hi

    You can change width of sidebar positions editing relative file in this folder templatesubertplsblocksmainbody

    For example editing the two-sidebar.php file you can change

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

    <div class=”t3-sidebar t3-sidebar-1 col-xs-6 col-md-3 col-md-pull-6 <?php $this->_c($vars[‘sidebar1’]) ?>

    changing the value for col-xs-6 col-md3 it changes width for desktop screen so you can set it to col-xs-4 to reduce width and so on

    sriz786 Friend
    #569950

    I try to change value to 4, but nothing change?

    pavit Moderator
    #569956

    <em>@sriz786 472538 wrote:</em><blockquote>I try to change value to 4, but nothing change?</blockquote>

    Hi

    I should verify which layout are you using to see which file should be edited , so if you want you can send me a Temp super user account for your backend so i wil ltry to take a look at it

    sriz786 Friend
    #569964

    here, I used firebug. I want like this, where can I edit th css file


    1. ask
    pavit Moderator
    #569969

    Hi

    Take a look at the T3 Framework documentation HERE

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

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

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