Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • coldclimber JA JobBoard
    #162788

    Hi

    I would like to change the width of the columns as i want col-mass-top to be 320px or 33% which is ideal for 300px banner sizes

    But if i change this with 33% !important the rest of the template does not follow, where are the widths comeing from and how do i change them

    chavan Friend
    #386393

    Go to this File : templates/ja_teline_iv/css/template.css

    Add the following css code


    #ja-right{
    width:320px !important;
    }

    khoand Friend
    #386395

    Hi,
    You edit default layout, replace


    <blocks name="middle" main-inner="1" colwidth="17">
    <block name="content-top" style="raw">content-top</block>
    <block name="content-bottom" style="raw">content-bot</block>
    <block name="content-mass-top" style="raw" type="tabs">ja-news-1,ja-news-2,ja-news-3</block>
    <block name="content-mass-bottom">content-mass-bot</block>
    <block name="right-mass-top">col-mass-top</block>
    <block name="right-mass-bottom">col-mass-bot</block>
    <block name="inset1">left</block>
    <block name="right1">right1</block>
    <block name="right2">right2</block>
    </blocks>

    with


    <blocks name="middle" main-inner="1" colwidth="16">
    <block name="content-top" style="raw">content-top</block>
    <block name="content-bottom" style="raw">content-bot</block>
    <block name="content-mass-top" style="raw" type="tabs">ja-news-1,ja-news-2,ja-news-3</block>
    <block name="content-mass-bottom">content-mass-bot</block>
    <block name="right-mass-top">col-mass-top</block>
    <block name="right-mass-bottom">col-mass-bot</block>
    <block name="inset1">left</block>
    <block name="right1" width="17">right1</block>
    <block name="right2">right2</block>
    </blocks>

    coldclimber JA JobBoard
    #387454

    excellent thank you very much:)

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

This topic contains 4 replies, has 3 voices, and was last updated by  coldclimber 13 years, 6 months ago.

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