-
AuthorPosts
-
tfoster Friend
tfoster
- Join date:
- March 2010
- Posts:
- 29
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
April 23, 2010 at 5:36 am #150593How do I widen the main body/container, that contains all the modules? Thanks.
redlight_traitor Friendredlight_traitor
- Join date:
- October 2006
- Posts:
- 211
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 32
- Thanked:
- 8 times in 1 posts
April 24, 2010 at 10:30 pm #341445It’s in your css, I believe you have to widen the absolute wrapper width by increasing the number of pixels. Are you familiar with editing css?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 26, 2010 at 4:29 am #341561Dear tfoster!
Please open the file: joomla/templates/ja_helio/css/template.css#ja-mainbody {
width: 75%;
float: left;
}/*added by tracy*/
.container {
background:#D9A95B;
color:#fff;
margin:10 15px 15px 15px;
}.rtop, .rbottom{
display:block;
background:#fff;
}
.rtop *, .rbottom *{
display: block;
height: 1px;
overflow: hidden;
background:#D9A95B;
}.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}/* PRIMARY COLUMN
——————————————————— */
#ja-content {
clear: both;
display: block;
float: right;
width: 69%;
}#ja-current-content {
padding: 0 0 20px;
}/* COLUMNS
——————————————————— */
#ja-col1{float:left;}
div.module, div.module_menu, div.module_text, div.module_hilite, div.module_hilite2P#ja-col1 .ja-innerpad {
padding: 0 0 50px 0;
}#ja-col2 {
float: right;
overflow: hidden;
width: 25%;
background: url(../images/col-center.gif) repeat-y 20px 0;
}#ja-col2-top {
background: url(../images/col-top.gif) no-repeat 20px 0;
}#ja-col2-bot {
background: url(../images/col-bot.gif) no-repeat 20px bottom;
padding: 0 0 0 40px;
}/*common style for column*/
#ja-colwrap a {
}#ja-colwrap a:hover, #ja-colwrap a:active, #ja-colwrap a:focus {
}#ja-colwrap table {
border-collapse: collapse;
border-spacing: 0;
}#ja-colwrap .article_separator {
display: none;
}/* COLLAPSIBLE LAYOUT
——————————————————— */
#ja-containerwrap,
#ja-containerwrap-f,
#ja-containerwrap-fr,
#ja-containerwrap-fl {
padding: 0;
margin: 0;
background: url(../images/grad2.gif) repeat-x bottom;
clear: both;
}/*full*/
#ja-containerwrap-f #ja-container {
background: none;
}#ja-containerwrap-f #ja-mainbody {
width: 100%;
}#ja-containerwrap-f #ja-content {
width: 100%;
}#ja-containerwrap-f #ja-current-content {
width: 100%;
}/*content + left*/
#ja-containerwrap-fr #ja-mainbody {
width: 100%;
}#ja-containerwrap-fr #ja-content {
width: 77%;
}#ja-containerwrap-fr #ja-col1 {
width: 20%;
}/*content + right*/
#ja-containerwrap-fl #ja-content {
width: 100%;
}Please adjust value of width inside above rules
Good luck
-
AuthorPosts
This topic contains 3 replies, has 3 voices, and was last updated by Saguaros 14 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum