-
AuthorPosts
-
ecoxport Friend
ecoxport
- Join date:
- November 2008
- Posts:
- 104
- Downloads:
- 0
- Uploads:
- 53
- Thanks:
- 57
- Thanked:
- 8 times in 1 posts
August 9, 2010 at 2:54 am #153293How to change the width of the right column???
Where do I find this parameter…
Thanks,
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
August 9, 2010 at 5:04 am #352099<em>@ecoxport 189418 wrote:</em><blockquote>How to change the width of the right column???
Where do I find this parameter…
Thanks,</blockquote>
Take backup of the template.css file and try the following :
open Your_Site/templates/ja_rutile/template.css
around line 557 see this code :
#ja-col2 {
float: right;
overflow: hidden;
width: 22%;
}Change the width % here.
width: 25%;
IMPORTANT – You will need to decrease the main body width or else your right column will go down.
line 507.
#ja-mainbody {
width: 78%;
float: left;
}Change width :
width: 75%;
So if you increase the width of ja-col2 to 25% (increase of 3%)… then decrease the ja0mainbody width by 3% to 75%.
If you are using images which are oversize for mainbody, make sure you edit them to fit back.
Hope it works for you.
Arvind
ecoxport Friendecoxport
- Join date:
- November 2008
- Posts:
- 104
- Downloads:
- 0
- Uploads:
- 53
- Thanks:
- 57
- Thanked:
- 8 times in 1 posts
August 9, 2010 at 12:51 pm #352154Thanks, but actually its not working for me since decrease the main body width from right to left and I want to decrease it from left to right…. Se my problem in the image below…
<em>@drarvindc 189440 wrote:</em><blockquote>Take backup of the template.css file and try the following :
open Your_Site/templates/ja_rutile/template.css
around line 557 see this code :
#ja-col2 {
float: right;
overflow: hidden;
width: 22%;
}Change the width % here.
width: 25%;
IMPORTANT – You will need to decrease the main body width or else your right column will go down.
line 507.
#ja-mainbody {
width: 78%;
float: left;
}Change width :
width: 75%;
So if you increase the width of ja-col2 to 25% (increase of 3%)… then decrease the ja0mainbody width by 3% to 75%.
If you are using images which are oversize for mainbody, make sure you edit them to fit back.
Hope it works for you.
Arvind</blockquote>
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
August 9, 2010 at 1:40 pm #352156<em>@ecoxport 189508 wrote:</em><blockquote>Thanks, but actually its not working for me since decrease the main body width from right to left and I want to decrease it from left to right…. Se my problem in the image below…
</blockquote>
Please give your site url. Its not possible to debug without looking at it. You need to be more clear and precise in what you are looking for.
Arvind
ecoxport Friendecoxport
- Join date:
- November 2008
- Posts:
- 104
- Downloads:
- 0
- Uploads:
- 53
- Thanks:
- 57
- Thanked:
- 8 times in 1 posts
August 9, 2010 at 1:48 pm #352159<em>@drarvindc 189514 wrote:</em><blockquote>Please give your site url. Its not possible to debug without looking at it. You need to be more clear and precise in what you are looking for.
Arvind</blockquote>
Here it is: http://www.economiaalcuadrado.com
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
August 9, 2010 at 1:55 pm #352161<em>@ecoxport 189518 wrote:</em><blockquote>Here it is: http://www.economiaalcuadrado.com</blockquote>
Thats the normal padding for the left side, why would you want to remove that? It would not look good.
Arvind
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
August 9, 2010 at 1:59 pm #352162<em>@drarvindc 189520 wrote:</em><blockquote>Thats the normal padding for the left side, why would you want to remove that? It would not look good.
Arvind</blockquote>
Still, you can change the padding by editing the template.css around line 1093
#ja-current-content {padding: 20px 20px 10px;
Change it to ”
padding: 20px 10px 10px;
Arvind
1 user says Thank You to Arvind Chauhan for this useful post
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by Arvind Chauhan 14 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to Change the width…
Viewing 7 posts - 1 through 7 (of 7 total)