-
AuthorPosts
-
TomC Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 29, 2007 at 8:24 pm #120522Is it possible to alter the width of the “left position” (where the vertical navigation menus are)?
Let’s say I have set my overall site at a fixed width of 950px. Naturally, the other elements on the site conform to that width (as they would if I still had the Site Tools function enabled – which I purposefully do not). In any case, if I wanted to further reduce the overall width of the ‘left position’ by, say, 10 – 15px or so, is this possible and, if so, where in the code could I do this?
Thank you for any assistance you can provide.
TOM
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 30, 2007 at 1:54 pm #221159Incidentally, I am not only talking about the textual elements – I am talking about the graphical column altogether. I found (in the CSS code) where the text elements can be altered, but the actual graphical column itself doesn’t change.
Is this something that needs to be done in a graphics program – or can it be altered in either the CSS or inde.php code?
swemmel Friendswemmel
- Join date:
- February 2006
- Posts:
- 794
- Downloads:
- 34
- Uploads:
- 53
- Thanks:
- 36
- Thanked:
- 64 times in 1 posts
May 30, 2007 at 3:20 pm #221164Hi Tom,
Look in the css file for this code:
/* CONTENT COLUMN
--------------------------------------------------------- */
#ja-mainbody, #ja-mainbody-fl, #ja-mainbody-fr, #ja-mainbody-f {
}
#ja-mainbody, #ja-mainbody-fr {
float: right;
width: 80%;
}
#ja-mainbody-fl {
float: left;
width: 100%;
}
#ja-mainbody-fl #ja-contentwrap {
float: left;
width: 80%;
background: none;
}
#ja-mainbody-fl #ja-pathway,
#ja-mainbody-f #ja-pathway {
background: url(../images/stripe2.gif);
}
#ja-mainbody-fl #ja-rightcol {
float: right;
width: 20%;
}
#ja-mainbody-f {
float: left;
width: 100%;
}
#ja-mainbody-f #ja-contentwrap {
background: none;
}
#ja-mainbody #ja-contentwrap {
float: left;
width: 75%;
}
/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#ja-leftcol {
float: left;
width: 19.9%;
}
#ja-rightcol {
float: right;
width: 24.9%;
overflow: hidden;
}
You can change the left-column width, for example from 19,9% to 29,9%. But when you do this you also have to change the width of the content (the other 2 red-marked pieces of code). In this case you have to change them from 80% to 70%.
This will do the job for you.
Kind Regards,
Peter -
AuthorPosts
This topic contains 3 replies, has 2 voices, and was last updated by swemmel 17 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum