-
AuthorPosts
-
qbali JATC
qbali
- Join date:
- October 2006
- Posts:
- 177
- Downloads:
- 13
- Uploads:
- 23
- Thanks:
- 13
- Thanked:
- 2 times in 1 posts
November 16, 2009 at 3:35 am #146064hi guys,
i plan to make both left and right module position width in same width size, as i see the left module position width is 150 px, and how to make the right module position in same as left width size ? attached pictures for more clear.
any help will much appreciated it
Thanks
qbali JATCqbali
- Join date:
- October 2006
- Posts:
- 177
- Downloads:
- 13
- Uploads:
- 23
- Thanks:
- 13
- Thanked:
- 2 times in 1 posts
November 16, 2009 at 1:35 pm #323784After trying to find the way myself, finally i can do it, so no help anymore guys..LOL
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
November 18, 2009 at 3:16 am #324053Hi qbali
open templates/ja_lead/css/template.css file, try to change with my way:
+ At about line 685, find following code:
#ja-mainbody {
float:left;
width:650px;
}
+ at about line 704, find following code:#ja-col2 {
float:right;
font-size:92%;
width:310px;
}here you change the width of #ja-mainbody and #ja-col2 so that #ja-mainbody’s width + #ja-col2’s width = 650px + 310px
And then:
+ at about line 698:
#ja-col1 {
float:left;
font-size:92%;
width:150px;
}+ line 690:
#ja-content {
float:right;
width:500px;
}You change the width of #ja-col1 like the width of #ja-col2, change the width of #ja-content so that
#ja-content ‘s width + #ja-col1’s width = #ja-mainbody’s width
Hope it helps
qbali JATCqbali
- Join date:
- October 2006
- Posts:
- 177
- Downloads:
- 13
- Uploads:
- 23
- Thanks:
- 13
- Thanked:
- 2 times in 1 posts
November 19, 2009 at 2:08 am #324162Hi Ja Developer,
I have already found the solution on how to modify the width, but thanks anyway for you reply
cheers
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by qbali 15 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to Make both left and right module position in same width size ?
Viewing 4 posts - 1 through 4 (of 4 total)