-
AuthorPosts
-
October 29, 2010 at 12:49 pm #155844
Hi,
How to remove vertical Space between left column and right column margin, please refer attachment imageAny one give solution?
SP Media FriendSP Media
- Join date:
- September 2014
- Posts:
- 477
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 38
- Thanked:
- 70 times in 27 posts
October 29, 2010 at 1:21 pm #361042You can’t remove it totally, but you can decrease it.
In templates/ja_kyanite_ii/css/layout.css – Line 32;
#ja-main .inner {
margin-left: 5px;
margin-right: 5px;
padding:0 !important;Change to:
#ja-main .inner {
margin-left: 0px;
margin-right: 0px;
padding:0 !important;In templates/ja_kyanite_ii/css/layout.css – Line 36;
.column div.ja-moduletable, .column div.moduletable, .column div.ja-module, .column div.module {
margin-left:5px;
margin-right:5px;
}Change to:
.column div.ja-moduletable, .column div.moduletable, .column div.ja-module, .column div.module {
margin-left: 0px;
margin-right: 0px;
}Most of the spacing should go now.
1 user says Thank You to SP Media for this useful post
October 30, 2010 at 5:38 am #361099Hi,
Thank you very much. It’s working Fine.
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by kriba 14 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
how to remove margin space between left module and right module
Viewing 3 posts - 1 through 3 (of 3 total)