-
AuthorPosts
-
ericaschulz Friend
ericaschulz
- Join date:
- December 2009
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 9
- Thanked:
- 6 times in 1 posts
February 12, 2010 at 6:12 pm #148628I want to take out the paddding-left on the left and right modules. Where should I go in the code to update this?
Please help!
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
February 13, 2010 at 1:03 am #332549Hi ericaschulz
Open templates/ia_kyanite_ii/css/template.css file, find ja-left, ja-right classes to change
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
February 13, 2010 at 1:03 am #332550Hi ericaschulz
Open templates/ia_kyanite_ii/css/template.css file, find ja-left, ja-right classes to change
ericaschulz Friendericaschulz
- Join date:
- December 2009
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 9
- Thanked:
- 6 times in 1 posts
February 15, 2010 at 3:32 pm #332788Right now there is nothing there…
/* Left Columns —*/
#ja-left .ja-l2 {}/* Right Columns —*/
#ja-right .ja-r2 {}Is there another place I should remove the left padding from?
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
February 16, 2010 at 1:46 pm #332852Hi ericaschulz
To solve your issue, please open template.css file, add following code to the end of file:
#ja-left {
padding-left: your padding
}#ja-right{
padding-left: your padding
}For more information, please read our wiki: http://wiki.joomlart.com
ericaschulz Friendericaschulz
- Join date:
- December 2009
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 9
- Thanked:
- 6 times in 1 posts
February 16, 2010 at 3:12 pm #332884I tried doing that and there is no change in the left and right padding issue. Which is why I am wondering if the code must be edited somewhere else.
/* Left Columns ---*/
#ja-left .ja-l2 {padding-left: 0px;}/* Right Columns ---*/
#ja-right .ja-r2 {padding-left: 0px;}February 17, 2010 at 9:57 am #332925Does this also work to change the width of the column?
I’ve changed mine to
/* Right Columns —*/
#ja-right .ja-r2 {width: 250px}but doesn’t seem to work.
Thanks.
Mingericaschulz Friendericaschulz
- Join date:
- December 2009
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 9
- Thanked:
- 6 times in 1 posts
February 17, 2010 at 3:45 pm #332948Ming, That doesnt seem to change anything either.
I’ll try anything that can fix this problem but so far nothing has seemed to work fully.I added the 0px padding left to this part and it removed some of the left padding but not all:
/* 3 Columns - Classic Layout ---*/
#ja-container.ja-l1r1 {padding-left: 0px;}ericaschulz Friendericaschulz
- Join date:
- December 2009
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 9
- Thanked:
- 6 times in 1 posts
February 17, 2010 at 4:09 pm #332949If anyone else needs the solution to this I figured out the problem.
To this line of code
div.ja-module .ja-box-ct, div.module .ja-box-ct { padding: 10px 15px; }
I edited to
div.ja-module .ja-box-ct, div.module .ja-box-ct { padding: 0px 15px 0px 0px; }
1 user says Thank You to ericaschulz for this useful post
February 23, 2010 at 7:53 am #333538<em>@ericaschulz 165311 wrote:</em><blockquote>If anyone else needs the solution to this I figured out the problem.
To this line of codediv.ja-module .ja-box-ct, div.module .ja-box-ct { padding: 10px 15px; }
I edited to
div.ja-module .ja-box-ct, div.module .ja-box-ct { padding: 0px 15px 0px 0px; }
</blockquote>Does this work for width as well?
-
AuthorPosts
This topic contains 11 replies, has 4 voices, and was last updated by mj1256 14 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum