Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • famoos Friend
    #146339

    Hello
    I want to make larger the right column on this page (and the maincontent smaller):
    http://www.dane.sg/index.php?option=com_content&view=article&id=48&Itemid=54

    And althoug having tried everything I didn’t find out where to change the width.

    Thanks in advance for your help!

    Yours,
    Daniel Schweizer

    prakash Friend
    #324892

    Hi

    The template that you have currently loaded on your site is not JA Kaynite but its JA Lead.

    Hence if you need a fix for JA Lead here is the solution

    open the template.css file found under templates/jalead/css/template.css

    find this section


    #ja-mainbody {
    float: left;
    width: 650px;
    }

    #ja-content {
    float: right;
    width: 500px;
    }

    /* COLUMNS
    --------------------------------------------------------- */
    /*common style for column*/
    #ja-col1 {
    float: left;
    width: 150px;
    font-size: 92%;
    }

    #ja-col2 {
    float: right;
    width: 310px;
    font-size: 92%;
    }

    now ja mainbody is the main container of the left…hence say if you want to reduce right column then first jacol2 you see width of 310 say you want to reduce it to 210 then you specify that

    then in the main body increase width from 650 to 750 (same amount needs to be increased as you have reduced for col2

    now for ja content from 500 you will need to increase to 600.

    hence now your content portion would be increased by 100px and right column reduced by 100 px

    famoos Friend
    #324949

    Thank you and sorry – I have in the meantime changed for a test the standard template – now it is again the kyanite template – and that’s there were I cannot find the way to make theses changes.

    Sorry again and thanks in advance for your help!

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

This topic contains 3 replies, has 2 voices, and was last updated by  famoos 14 years, 12 months ago.

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