Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • mirzamunas Friend
    #145748

    I would like to know how to change the size of the column width (left and right) and how to increase the middle (the main content) width size plus how will this effect the NEWSFLASH module… how can I change the size of the width of NEWFLASH module in accordance to the right column and where can I increase SLIDESHOW width?

    Anonymous Moderator
    #322646

    I would like to answer your questions as follows:

    1. I would like to know how to change the size of the column width (left and right)

    => Open templates/ja_olivine/css/template.css file, at about line 523, find following code:

    #ja-col1 {
    float:left;
    overflow:hidden;
    width:29.9%;
    }

    Here you can change the width of left column.

    – at about line 523, find following code:

    #ja-col2 {
    float:right;
    overflow:hidden;
    width:24.9%;
    }

    Here you can change the width of right column.

    2. how to increase the middle (the main content) width size plus how will this effect the NEWSFLASH module…

    – at about line 510, find following code section:

    #ja-content {
    clear:both;
    display:block;
    float:right;
    width:70%;
    }

    Here you can change the width of the main content.

    3. how can I change the size of the width of NEWFLASH module in accordance to the right column

    – you can change the width of this module at about line 997:

    #ja-topsl2 {
    float:right;
    margin-bottom:10px;
    width:24.9%;
    }

    4 where can I increase SLIDESHOW width?

    – at about line 987:

    #ja-topsl1 {
    float:left;
    margin-bottom:10px;
    width:74.9%;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 15 years ago.

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