-
AuthorPosts
-
adnanpirota Friend
adnanpirota
- Join date:
- March 2009
- Posts:
- 101
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 35
- Thanked:
- 3 times in 1 posts
June 28, 2011 at 7:55 am #165728I would like to increase little bit the size of left column and also to decrease the space between the columns and the main, can anyone tell me how to do that ?
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
June 28, 2011 at 9:01 am #398793Hi,
Could you give me a snapshot with your annotation?himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
June 28, 2011 at 9:14 am #398797Hi,
1. You can go to Joomla admin > Extensions > Template Manager > Your template.
2. Click on Layouts Tab and click on the Edit link in front of Default layout. By default this is the layout you will be using..
3. Find <blocks name=”middle” colwidth=”20″>. To control width of your columns, you need to change value of the colwidth. Please remember that the value specified here is a % value.Regarding the space between the column and main content area, it would be good if you can tell exactly how much space you want to have in between the elements and provide your site url via PM, so that I can tell you the solution accurately.
adnanpirota Friendadnanpirota
- Join date:
- March 2009
- Posts:
- 101
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 35
- Thanked:
- 3 times in 1 posts
June 28, 2011 at 9:25 am #398801himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
June 28, 2011 at 9:51 am #398810Hi
To give specific width to a single column, you can add width=”xx” in the block param, like in your case find ‘<block name=”inset2″>left</block>’ and replace it with ‘<block name=”inset2″ width=”15″>left</block>’ Here I have set width of this particular column to 15%.
To reduce space between the inset2 column and maincontent area, edit layout.css at templates/ja_social/css/
and reduce margin-left value in .ja-inset2 div.ja-moduletable, .ja-inset2 .div.moduletable, .ja-inset2 div.ja-module, .ja-inset2 div.module {
margin-left: 20px;
margin-right: 0;
}1 user says Thank You to himangi for this useful post
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
June 28, 2011 at 10:15 am #398820<em>@adnanpirota 250121 wrote:</em><blockquote>Something like this …
</blockquote>
You login backend Extensions > Template Manager > ja_social > LAYOUTS.Edit Default.You replace this code :
<block name="inset2">left</block>
with
<block name="inset2" width="25">left</block>
You replace this code from /templates/ja_social/css/layout.css
.ja-inset2 div.ja-moduletable, .ja-inset2 .div.moduletable, .ja-inset2 div.ja-module, .ja-inset2 div.module {
margin-right: 0;
margin-left: 20px;
}with
.ja-inset2 div.ja-moduletable, .ja-inset2 .div.moduletable, .ja-inset2 div.ja-module, .ja-inset2 div.module {
margin-right: 0;
margin-left: 10px;
}AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 3 voices, and was last updated by khoand 13 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How can I change the size of left column ?
Viewing 6 posts - 1 through 6 (of 6 total)