Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • veeco Friend
    #157140

    Hello,
    i know T3 is not able to support fixed width column (in pixel), but right now i need my “right1” block have minimum width: 400px.

    Could someone help me to find solution so i can i achieve this on my layout ?

    Phan Gam Friend
    #367254

    Hi,
    I think, you should caculate “right1” width based on site width =>percent width for “right-1” colunm.
    Ex: Width of your site is 1200px, right1 is 400px => right 1 is 30%.
    1. Open file default.xml in templates{your t3v2 template}coreetclayouts folder
    2. In code section for define blocks

    <blocks name="middle" main-inner="1" colwidth="17">
    .....................
    <block name="right1" >right1</block>
    .......................
    </blocks>

    change to

    <blocks name="middle" main-inner="1" colwidth="17">
    .....................
    <block name="right1" lwidth="30">right1</block>
    .......................
    </blocks>

    Hope that helps

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

This topic contains 2 replies, has 2 voices, and was last updated by  Phan Gam 13 years, 11 months ago.

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