-
AuthorPosts
-
teetide Friend
teetide
- Join date:
- December 2007
- Posts:
- 256
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 19
- Thanked:
- 6 times in 1 posts
March 22, 2008 at 2:43 am #126828How do I increase the width of the left column (while decreasing the width of the mainbody column)?
Thanks.
Nam Nguyen Phi FriendNam Nguyen Phi
- Join date:
- September 2014
- Posts:
- 248
- Downloads:
- 3
- Uploads:
- 35
- Thanks:
- 20
- Thanked:
- 57 times in 29 posts
March 22, 2008 at 9:17 am #242861pls change some style in template.css file
They are:#ja-mainbody {
float:left;
width:65%;
}#ja-masstop, #ja-massbot {
clear:right;
display:block;
float:right;
width:34.9%;
}#ja-colswrap {
float:right;
width:34.9%;
}as
Hope this info usefull to you.
Regards
1 user says Thank You to Nam Nguyen Phi for this useful post
teetide Friendteetide
- Join date:
- December 2007
- Posts:
- 256
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 19
- Thanked:
- 6 times in 1 posts
March 22, 2008 at 1:17 pm #242866Thank you VERY much! One more question.
When I refer to the width of the left column, I’m speaking of the column to the left of the ja-mainbody as depicted in your image.
Does that one automatically resize if you change all the others, or does it have a variable to change also?
Thanks.
Nam Nguyen Phi FriendNam Nguyen Phi
- Join date:
- September 2014
- Posts:
- 248
- Downloads:
- 3
- Uploads:
- 35
- Thanks:
- 20
- Thanked:
- 57 times in 29 posts
March 22, 2008 at 4:16 pm #242882<em>@TeeTide 45378 wrote:</em><blockquote>Thank you VERY much! One more question.
When I refer to the width of the left column, I’m speaking of the column to the left of the ja-mainbody as depicted in your image.
Does that one automatically resize if you change all the others, or does it have a variable to change also?
Thanks.</blockquote>
Sorry for my bad english, but can you make me more clear about your requirement?Regards.
teetide Friendteetide
- Join date:
- December 2007
- Posts:
- 256
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 19
- Thanked:
- 6 times in 1 posts
March 22, 2008 at 7:03 pm #242896teetide Friendteetide
- Join date:
- December 2007
- Posts:
- 256
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 19
- Thanked:
- 6 times in 1 posts
March 25, 2008 at 1:19 pm #243148JA support? Where are you? Menalto, MICCAS, Hung, trungch….anybody?
March 27, 2008 at 2:27 am #243303If you increase the left column you must decrease the the size of the other columns my the amount.
teetide Friendteetide
- Join date:
- December 2007
- Posts:
- 256
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 19
- Thanked:
- 6 times in 1 posts
March 27, 2008 at 4:05 am #243313Yes, I understand that and know how to do it. What I don’t know how to do is increase the width of the left column.
Where in the template.css file is the left column width specified?
cssyeah Moderatorcssyeah
- Join date:
- June 2006
- Posts:
- 653
- Downloads:
- 73
- Uploads:
- 15
- Thanked:
- 121 times in 81 posts
March 27, 2008 at 7:34 am #243324Hi TeeTide,
You need change some the CSS code section in the template.css file.
1. Change width of the ja-masstop, ja-massbot, ja-rightwrap:
#ja-masstop,
#ja-massbot {
display: block;
float: right;
width: 32.9%;
clear: right;
}#ja-colswrap {
float: right;
width: 32.9%;
}
2. Change width of the mainbody:
#ja-mainbody {
float: left;
width: 67%;
}
3. Change width of the left column and content:
#ja-content {
clear: both;
display: block;
float: right;
width: 50%;
}
and
#ja-col1 {
float: left;
width: 49.9%;
overflow: hidden;
}
if you wand decrease space between the left column and the content, you can change it here:
#ja-content div.ja-innerpad {
padding: 0 20px; /* You can decrease it */
}
1 user says Thank You to cssyeah for this useful post
teetide Friendteetide
- Join date:
- December 2007
- Posts:
- 256
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 19
- Thanked:
- 6 times in 1 posts
March 27, 2008 at 11:50 am #243344Perfect. That’s what I needed.
trungch comes through once again.
Thank you trungch.
May 15, 2008 at 8:58 pm #249307hello, follow this tip, i tried decrease the width of right module but i dont see it changes:(, can u help me anything for it?
July 5, 2008 at 2:01 am #258025Hi Trungch,
I follow your instruction to change the width on the left column but it doesn’t work. I want my web site layout to have a left column and a main body. What percentage should I need to change? Please help!Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 18, 2008 at 7:54 am #260654hi jerestang
Do you have any successful ?July 18, 2008 at 1:52 pm #260744<em>@nguoiabcd 67597 wrote:</em><blockquote>hi jerestang
Do you have any successful ?</blockquote>I posted to a separated thread and got help by hainn84.
http://www.joomlart.com/forums/topic/left-column-sizes/AuthorPostsViewing 14 posts - 1 through 14 (of 14 total)This topic contains 14 replies, has 7 voices, and was last updated by jerestang 16 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Increase the width of the left column?
Viewing 14 posts - 1 through 14 (of 14 total)