Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • joomlartdai Friend
    #1046462

    make left side narrow, the content area more width, can effect the whole site , how to do that?

    website url: http://zizhan2.joomlable.com/


    1. narrow
    Pankaj Sharma Moderator
    #1046674

    Hi
    If you want to change the sidebar width
    Open
    /templates/ja_alumni/tpls/blocks/mainbody/one-sidebar-left.php

    Find

    
            <div id="t3-content" class="t3-content col-xs-12 col-sm-8 col-sm-push-4 col-md-9 col-md-push-3">

    replace it with

    
            <div id="t3-content" class="t3-content col-xs-12 col-sm-8 col-sm-push-4 col-md-10 col-md-push-2">

    Now find sidebar code

    <div class="t3-sidebar t3-sidebar-left col-xs-12 col-sm-4 col-sm-pull-8 col-md-3 col-md-pull-9 <?php $this->_c($vars['sidebar']) ?>">
    

    replace it with

    <div class="t3-sidebar t3-sidebar-left col-xs-12 col-sm-4 col-sm-pull-8 col-md-2 col-md-pull-10 <?php $this->_c($vars['sidebar']) ?>">
    

    Regards

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

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 4 months ago.

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