Viewing 15 posts - 1 through 15 (of 25 total)
  • Author
    Posts
  • ahmansini1 Friend
    #705981

    how to make the sidebars width smaller

    TomC Moderator
    #706100

    Here’s one way . . . .

    Within file path —> /templates/ja_social_ii/css/rtl/features/bootstrap.css
    at line 797, modify the “width” property – for example:


    .col-md-3 {
    width: 15%;
    }

    Of course, you can play around with the pixel value until you arrive at the result you’re most happy with.

    Is that what you were looking to accomplish?

    TomC Moderator
    #752317

    Here’s one way . . . .

    Within file path —> /templates/ja_social_ii/css/rtl/features/bootstrap.css
    at line 797, modify the “width” property – for example:


    .col-md-3 {
    width: 15%;
    }

    Of course, you can play around with the pixel value until you arrive at the result you’re most happy with.

    Is that what you were looking to accomplish?

    ahmansini1 Friend
    #706320

    <em>@TomC 498498 wrote:</em><blockquote>Here’s one way . . . .

    Within file path —> /templates/ja_social_ii/css/rtl/features/bootstrap.css
    at line 797, modify the “width” property – for example:


    .col-md-3 {
    width: 15%;
    }

    Of course, you can play around with the pixel value until you arrive at the result you’re most happy with.

    Is that what you were looking to accomplish?</blockquote>

    didn’t work for me please help

    ahmansini1 Friend
    #752426

    <em>@TomC 498498 wrote:</em><blockquote>Here’s one way . . . .

    Within file path —> /templates/ja_social_ii/css/rtl/features/bootstrap.css
    at line 797, modify the “width” property – for example:


    .col-md-3 {
    width: 15%;
    }

    Of course, you can play around with the pixel value until you arrive at the result you’re most happy with.

    Is that what you were looking to accomplish?</blockquote>

    didn’t work for me please help

    TomC Moderator
    #706322

    After you make/save the change – try clearing both your browser and JAT3 cache.

    I tested the change in Firebug and it worked.

    TomC Moderator
    #752428

    After you make/save the change – try clearing both your browser and JAT3 cache.

    I tested the change in Firebug and it worked.

    azri445 Friend
    #706323

    i also trying to resize my sidebar-2 side, but after following the method and instruction, its not working on my side.

    azri445 Friend
    #752429

    i also trying to resize my sidebar-2 side, but after following the method and instruction, its not working on my side.

    Adam M Moderator
    #706672

    Hi @ahmansini1, @azri445,

    Try providing your site url where I can check the sidebar or a mockup screenshot about your desire result so I can assist you better.

    Adam M Moderator
    #752588

    Hi @ahmansini1, @azri445,

    Try providing your site url where I can check the sidebar or a mockup screenshot about your desire result so I can assist you better.

    ahmansini1 Friend
    #706930

    already did

    ahmansini1 Friend
    #752648

    already did

    Adam M Moderator
    #718775

    Hi @ahmansini1,

    You can open file templatesja_social_iitplsblocksmainbodytwo-sidebar-left.php then look for this line :

    <div class="t3-sidebar col-xs-12 col-sm-4 col-sm-pull-8 col-md-6 col-md-pull-6">

    decrease the sidebar container width (including 2 sidebars) :

    <div class="t3-sidebar col-xs-12 col-sm-3 col-sm-pull-9 col-md-5 col-md-pull-7">

    then look for this line :

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

    increase the main body width as below :

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

    Adam M Moderator
    #752757

    Hi @ahmansini1,

    You can open file templatesja_social_iitplsblocksmainbodytwo-sidebar-left.php then look for this line :

    <div class="t3-sidebar col-xs-12 col-sm-4 col-sm-pull-8 col-md-6 col-md-pull-6">

    decrease the sidebar container width (including 2 sidebars) :

    <div class="t3-sidebar col-xs-12 col-sm-3 col-sm-pull-9 col-md-5 col-md-pull-7">

    then look for this line :

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

    increase the main body width as below :

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

Viewing 15 posts - 1 through 15 (of 25 total)

This topic contains 25 replies, has 4 voices, and was last updated by  Adam M 8 years, 12 months ago.

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