-
AuthorPosts
-
September 10, 2008 at 5:27 pm #133201
Is it possible to change the width of the available area for content in the right hand column? If so where?
Please see the attached picture, I have marked where I want to widen the column in module “R” where the login form, polls etc. is located.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 12, 2008 at 7:52 am #270184Hi
YOu can edit template.css (line 1195)
#ja-col2 {
float:right;
overflow:hidden;
width:24.9%;--> change here
}
that is width of that column
and you must edit template.css (line 1148)
#ja-mainbody, #ja-mainbody-fl {
float:left;
width:74.8%;--> change it follow above
}Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
September 14, 2008 at 7:40 pm #270431did you manage to adjust the width of the columns as you wanted? if you did please mark this post as solved
September 17, 2008 at 1:39 am #270920When I expand the width through increasing both these fields the right hand column that I am trying to widen shifts down below the content column and it also moves inwards…Am I doing something wrong here? I changed the width as follows:
#ja-col2 {
float:right;
overflow:hidden;
width:44.9%;–> change here
}#ja-mainbody, #ja-mainbody-fl {
float:left;
width:94.8%;–> change it follow above
}Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 17, 2008 at 3:09 am #270944Hi
if you change
#ja-col2 {
float:right;
overflow:hidden;
width:44.9%;
}
width higher 20%
you must change
#ja-mainbody, #ja-mainbody-fl {
float:left;
width:54.8%;
}
width lower 20%AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 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
Changing the width of the column
Viewing 5 posts - 1 through 5 (of 5 total)