Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • podnot Friend
    #158711

    Hi,

    where I can change value of width for right column (ja-right). I can’t found it on in templates.css file ;(

    Any idea?

    podnot

    aman204 Friend
    #371720

    You can edit default layout under layouts tab in template parameters and change this::

    <block name=”right2″>right</block>

    to

    <block name=”right2″ width=”20″>right</block>

    and adjust value accordingly

    kozakos Friend
    #512567

    i would like to know how to do this column change in the new T3 version JA Social T3 for J3.x

    thank you

    phong nam Friend
    #512767

    Hi kozakos,

    On JA Social T3 template, the width of the right column (sidebar – full right) is defined in block layout configuration with grid span on each device resolutions.

    You can open templates/ja_social/tpls/blocks/mainbody-content-right.php (i.e) file and find lines”:

    // Layout configuration
    $layout_config = json_decode ('{
    "two_sidebars": {
    "default" : [ "span9" , "span6" , "span3" , "span3" ],
    "wide" : [],
    "xtablet" : [ "span8" , "span8" , "" , "span4 spanfirst" ],
    "tablet" : [ "span8" , "span8 spanfirst" , "" , "span4" ]
    },
    "one_sidebar1": {
    "default" : [ "span12" , "span9" , "span3" ],
    "wide" : [],
    "xtablet" : [ "span8" , "span8" , "span4" ],
    "tablet" : [ "span12" , "span12 spanfirst" , "span12" ]
    },
    "one_sidebar2": {
    "default" : [ "span9" , "span9" , "span3" ],
    "wide" : [],
    "xtablet" : [ "span8" , "span8" , "span4" ],
    "tablet" : [ "span12" , "span12 spanfirst" , "span12" ]
    },
    "no_sidebar": {
    "default" : [ "span12" ]
    }
    }');

    You can know how to customize our T3v3 template layout at http://t3-framework.org/documentation/layout-system.html#about-layout

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

This topic contains 4 replies, has 4 voices, and was last updated by  phong nam 10 years, 5 months ago.

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