-
AuthorPosts
-
subfighter Friend
subfighter
- Join date:
- February 2007
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
September 22, 2008 at 4:03 pm #133600i would like to know the best way to change the size of Right Column to say 300px..
so i make the columns fixed widths instead of percents?
col1 needs to be 150px
col2 needs to be 300px
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 23, 2008 at 2:04 am #271763hi
You can change
1.template.css (line 518)
#ja-content {
background:transparent url(../images/content-center.gif) repeat-y scroll center center;
clear:both;
display:block;
float:right;
width:72%;
}#ja-content {
background:transparent url(../images/content-center.gif) repeat-y scroll center center;
clear:both;
display:block;
float:right;
width:500px;
}
2.template.css (line 552)
#ja-col1 {
float:left;
overflow:hidden;
width:28%;
}
Change to
#ja-col1 {
float:left;
overflow:hidden;
width:150px;
}Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 23, 2008 at 2:10 am #2717643.template.css (line 511)
#ja-mainbody {
float:left;
width:78%;
}
Change to
#ja-mainbody {
float:left;
width:660px;
}
4.template.css (line 561)
#ja-col2 {
float:right;
overflow:hidden;
width:22%;
}
Change to
#ja-col2 {
float:right;
overflow:hidden;
width:300px;
}subfighter Friendsubfighter
- Join date:
- February 2007
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
September 23, 2008 at 2:22 pm #271899thank you very much for taking to time to answer and guide me in the right direction to changing the widths. as its hard to get response around here many times.
October 21, 2008 at 7:32 pm #276491Hi.
Excuse my ignorance… I want to do the same (I think): change the column widths, the central one to 564px and the sides to 192px each, but I really don’t know which values I should change.
Thanks!
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 22, 2008 at 2:37 am #276517hi
You can change
1.template.css (line 518)
#ja-content {
background:transparent url(../images/content-center.gif) repeat-y scroll center center;
clear:both;
display:block;
float:right;
width:72%;
}#ja-content {
background:transparent url(../images/content-center.gif) repeat-y scroll center center;
clear:both;
display:block;
float:right;
width:564px;
}
2.template.css (line 552)
#ja-col1 {
float:left;
overflow:hidden;
width:28%;
}
Change to
#ja-col1 {
float:left;
overflow:hidden;
width:192px;
}Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 22, 2008 at 2:43 am #2765183.template.css (line 511)
#ja-mainbody {
float:left;
width:770px;
}
Change to
#ja-mainbody {
float:left;
width:660px;
}
4.template.css (line 561)
#ja-col2 {
float:right;
overflow:hidden;
width:22%;
}
Change to
#ja-col2 {
float:right;
overflow:hidden;
width:192px;
}you can change a bit more as you want
1 user says Thank You to Sherlock for this useful post
October 22, 2008 at 7:23 am #276548Thanks a lot!
-
AuthorPosts
This topic contains 9 replies, has 3 voices, and was last updated by Sherlock 16 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum