-
AuthorPosts
-
danakem Friend
danakem
- Join date:
- March 2008
- Posts:
- 6
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
March 26, 2008 at 2:09 pm #126956Is it possible to make the right column a bit wider, I need to show some images that are 200px in widht?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 26, 2008 at 4:03 pm #243246It’s not only possible, but relatively easy.
I believe the css rule for the right column is called jacol2 (or something like that).
It’s pretty well labeled within the template.css file.Another way to always find out which css rules/classes control a particular module is look for the module poisition in the index.php file, and then see which div class is assigned to it. Then, just find it within the css file(s).
If you increase the width of the right column, you may have to also adjust (i.e. decrease) the width of the “main container” or left column as well – to balance things out.
As with most things in learning the Joomla template system, a little experimentation can go a long way.
danakem Frienddanakem
- Join date:
- March 2008
- Posts:
- 6
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
April 2, 2008 at 7:10 pm #244119Thank you tcraw1010!
I managed to get the column wider but I can’t find where to edit the vertical line.
Can you help me?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 2, 2008 at 9:30 pm #244122What are you trying to do with the vertical line?
That should be the column’s border, and it should move with the width of the column itself.
Nam Nguyen Phi FriendNam Nguyen Phi
- Join date:
- September 2014
- Posts:
- 248
- Downloads:
- 3
- Uploads:
- 35
- Thanks:
- 20
- Thanked:
- 57 times in 29 posts
April 3, 2008 at 3:23 am #244153To make right column wider, pls change some thing in template.css
1. Open templates/ja_edenite/css/template.css
2. Goto line 533, change value of width property of ja-content
#ja-content {
clear: both;
display: block;
float: left;
width: 75%; <-- DECREASE THIS VALUE
}
3. Goto line 553, change value of width property of ja-col2
#ja-col2 {template.css (line 553)
color:#626A69;
float:right;
overflow:hidden;
width:25%; <-- INCREASE THIS VALUE
}
4. And then, you must modify image: main-bg2.gif (in images folder) to set vertical line fit with new width of right column.
That’s all. Goodluck!April 29, 2008 at 9:38 pm #247314<em>@namnp129 47043 wrote:</em><blockquote>To make right column wider, pls change some thing in template.css
1. Open templates/ja_edenite/css/template.css
2. Goto line 533, change value of width property of ja-content
#ja-content {
clear: both;
display: block;
float: left;
width: 75%; <-- DECREASE THIS VALUE
}
3. Goto line 553, change value of width property of ja-col2
#ja-col2 {template.css (line 553)
color:#626A69;
float:right;
overflow:hidden;
width:25%; <-- INCREASE THIS VALUE
}
4. And then, you must modify image: main-bg2.gif (in images folder) to set vertical line fit with new width of right column.
That’s all. Goodluck!</blockquote>
namnp129 – you’re advice worked to increase the width of the second column however chaning the main-bg2.gif file did not move the vertical line (at least not for me). When I opened the .gif file it was a a horizontal invisible line 1 pixel in height.Is there anything else you can think of to do?
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 4 voices, and was last updated by nehocxela 16 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Make right column wider?
Viewing 6 posts - 1 through 6 (of 6 total)