-
AuthorPosts
-
irfandi Friend
irfandi
- Join date:
- July 2011
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 42
- Thanks:
- 43
- Thanked:
- 2 times in 1 posts
December 29, 2011 at 12:24 am #172241hi..I have added one module bellow the main content. I want to move it a little bit to the left, so it could in line with the navigation of the article above it. how can I do that?
look at the picture:
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 29, 2011 at 12:51 am #431695Within templates/ja_minisite/css/layout.css – at line 38
<blockquote>.column div.ja-moduletable, .column div.moduletable, .column div.ja-module, .column div.module {
margin-left: 15px;;
margin-right: 15px;}
</blockquote>
modify as follows . . .
<blockquote>.column div.ja-moduletable, .column div.moduletable, .column div.ja-module, .column div.module {
margin-left: 0;
margin-right: 15px;}
</blockquote>
Hope that helps
irfandi Friendirfandi
- Join date:
- July 2011
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 42
- Thanks:
- 43
- Thanked:
- 2 times in 1 posts
December 30, 2011 at 11:19 pm #431956hi..
it helped…but it is not quite in line yet. So i try to inspect it trough firebug and change the padding left to 0px in line 297 of modules/mod_accordionfaq/css/accordionfaq.cssthanks a lot…the site look great now.. 🙂
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by TomC 12 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to move the module padding??
Viewing 4 posts - 1 through 4 (of 4 total)