-
AuthorPosts
-
PGLion Friend
PGLion
- Join date:
- March 2006
- Posts:
- 107
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 8
- Thanked:
- 7 times in 1 posts
May 1, 2008 at 1:34 pm #128119I tried increasing the width of the right column, but without succes. This is what I tried:
#ja-content {
clear: both;
display: block;
float: left;
width: 65%;Decreased the width to 62%
#ja-col2 {
float: right;
overflow: hidden;
width: 49.9%;
}Decreased the width to 52,9%
Result: the right column increased like it should but dropped below the 1st column.
What am i doing wrong or what have i forgotten?
PGLion FriendPGLion
- Join date:
- March 2006
- Posts:
- 107
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 8
- Thanked:
- 7 times in 1 posts
May 2, 2008 at 3:05 pm #247563I know I have to adjust more settings, but which one? To clearify I added a screenshot. Please check the red arrows, these positions I want to adjust.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 6, 2008 at 7:44 am #247910Hi.
You must change in #ja-content and #ja-colwap.
Example:
#ja-content {
clear: both;
display: block;
float: left;
width: 60%;
And:
#ja-colwrap {
float:right;
overflow:hidden;
width:39.9%;
}PGLion FriendPGLion
- Join date:
- March 2006
- Posts:
- 107
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 8
- Thanked:
- 7 times in 1 posts
May 6, 2008 at 7:56 am #247911Thanks for your help nguoiabcd, appreciate it a lot!
I tried altering these values before but the left- and right column aren’t alligned. There have to be other values I have to alter. Please check the red arrows on the attached screenshot.
PGLion FriendPGLion
- Join date:
- March 2006
- Posts:
- 107
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 8
- Thanked:
- 7 times in 1 posts
May 8, 2008 at 8:10 pm #248259There must be a CSS lover around who go an answer to this? Please check the screenshot above, where are these grey lines defined?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 12, 2008 at 4:57 am #248731Edit more template.css (line 539):
#ja-container {
background:transparent url(../images/vline.gif) repeat-y scroll 65% 0pt;
}
to#ja-container {
background:transparent url(../images/vline.gif) repeat-y scroll 60% 0pt;
}And template.css (line 543)
#ja-container-inner {
background:transparent url(../images/vline.gif) repeat-y scroll 83% 0pt;
}
to
#ja-container-inner {
background:transparent url(../images/vline.gif) repeat-y scroll 81% 0pt;
}1 user says Thank You to Sherlock for this useful post
PGLion FriendPGLion
- Join date:
- March 2006
- Posts:
- 107
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 8
- Thanked:
- 7 times in 1 posts
May 12, 2008 at 6:32 am #248742Yes, that did the job, thanks a lot nguoiabcd. I have been puzzeling on this for over 4 hours 🙁
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by PGLion 16 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum