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%;
}