Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • kriba Friend
    #155844

    Hi,
    How to remove vertical Space between left column and right column margin, please refer attachment image

    Any one give solution?


    1. whitespace
    SP Media Friend
    #361042

    You 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.

    kriba Friend
    #361099

    Hi,

    Thank you very much. It’s working Fine.

Viewing 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