Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • zomidaily Friend
    #195480

    Hi…

    Can we increase the sidebar size? May be 300px.

    See attached screenshot:

    http://awesomescreenshot.com/0fc2g07h7a

    Regards,
    Joseph

    Hayden A Friend
    #525437

    Hi Joseph,

    You can increase the sidebar size with step below:

    Note: please backup your site first

    Open the one-sidebar-right.php file in templatesja_biztplsblocksmainbody folder and change:

    [PHP]<!– MAIN CONTENT –>
    <div id=”t3-content” class=”t3-content col-xs-12 col-sm-8 col-md-9″>
    <?php if($this->hasMessage()) : ?>
    <jdoc:include type=”message” />
    <?php endif ?>
    <?php if ($this->countModules(‘masshead’)) : ?>
    <!– MASHEAD 2–>
    <div class=”<?php $this->_c(‘masshead’) ?>”>
    <jdoc:include type=”modules” name=”<?php $this->_p(‘masshead’) ?>” style=”raw” />
    </div>
    <?php endif ?>
    <jdoc:include type=”component” />
    </div>
    <!– //MAIN CONTENT –>

    <!– SIDEBAR RIGHT –>
    <div class=”t3-sidebar t3-sidebar-right col-xs-12 col-sm-4 col-md-3 <?php $this->_c($vars[‘sidebar’]) ?>”>
    <jdoc:include type=”modules” name=”<?php $this->_p($vars[‘sidebar’]) ?>” style=”T3Xhtml” />
    </div>
    <!– //SIDEBAR RIGHT –>[/PHP]

    To:

    [PHP]<!– MAIN CONTENT –>
    <div id=”t3-content” class=”t3-content col-xs-12 col-sm-8 col-md-8″>
    <?php if($this->hasMessage()) : ?>
    <jdoc:include type=”message” />
    <?php endif ?>
    <?php if ($this->countModules(‘masshead’)) : ?>
    <!– MASHEAD 2–>
    <div class=”<?php $this->_c(‘masshead’) ?>”>
    <jdoc:include type=”modules” name=”<?php $this->_p(‘masshead’) ?>” style=”raw” />
    </div>
    <?php endif ?>
    <jdoc:include type=”component” />
    </div>
    <!– //MAIN CONTENT –>

    <!– SIDEBAR RIGHT –>
    <div class=”t3-sidebar t3-sidebar-right col-xs-12 col-sm-4 col-md-4 <?php $this->_c($vars[‘sidebar’]) ?>”>
    <jdoc:include type=”modules” name=”<?php $this->_p($vars[‘sidebar’]) ?>” style=”T3Xhtml” />
    </div>
    <!– //SIDEBAR RIGHT –>[/PHP]

    zomidaily Friend
    #525470

    Hi @hayden A

    Thanks for your reply.

    How can I remove those border line on the sidebar in blog view?

    http://awesomescreenshot.com/0ac2g25n1a

    Hayden A Friend
    #525600

    @exoduser,

    You need to add following rule in the templatesja_bizcsscustom.css file (if it doesn’t exist, please create a new one):

    [PHP].t3-sidebar .t3-module {
    border: none;
    border-radius: 0;
    }[/PHP]

    zomidaily Friend
    #525691

    Thanks @hayden A

    Just one more, how can I remove those extra space between each module?

    http://awesomescreenshot.com/01a2gcgkae

    Hayden A Friend
    #525712

    @exoduser,

    You need to add following rule in the templatesja_bizcsscustom.css file (if it doesn’t exist, please create a new one):
    [PHP].t3-module {
    margin-bottom: 0;
    }[/PHP]

    zomidaily Friend
    #525759

    Hi @hayden A

    Thank you so much.

    djeork Friend
    #525947

    I want to reduce all staff, anyone know how to do way too big I think 1240 is much like it on 960

    Hayden A Friend
    #525984

    @djeork,
    You need to add following rule in the templatesja_bizcsscustom.css file (if it doesn’t exist, please create a new one):
    [PHP].main-container {
    margin: 0;
    }[/PHP]

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

This topic contains 9 replies, has 3 voices, and was last updated by  Hayden A 10 years, 8 months ago.

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