Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • timmiller Friend
    #161256

    Guys,

    Hi, I’d really like to have the padding between user 1 modules to be the same as user 2 modules.

    Please take a look at the image…

    I couldn’t figure it out using FB…I know it must be something simple.

    Thanks in advance!

    huypl Friend
    #380636

    Hi Tim,
    A link to your website should be very helpful to us 🙂

    timmiller Friend
    Sherlock Friend
    #380890

    Dear timmiller,

    Just try as below for this issue
    Open the file of templates/ja_rasite/css/template.css,Look for this css
    #ja-topsl .ja-moduletable, #ja-botsl .moduletable {
    border-bottom: 0 none;
    margin-bottom: 8px;
    padding-bottom: 0;
    }
    And change it to
    #ja-topsl .ja-moduletable, #ja-botsl .moduletable {
    border-bottom: 0 none;

    padding-bottom: 0;
    }

    Hope this make sense !

    timmiller Friend
    #381335

    Dathq,

    Thanks so much!

    However this was the opposite of what I wanted…This actually removed the space between modules…in the user 2 position.

    I was wanting to ADD space between the modules in the user 1 position.

    Any thoughts? I was looking and really could not find a simple solution in template.css…

    thanks in advance,

    Sherlock Friend
    #381349

    Dear timmiller,

    I am sorry,Just try again as below
    Open the file templates/ja_rasite/css/template.css,Look for the css
    #ja-topsl .ja-box-left .ja-moduletable, #ja-topsl .ja-box-full .ja-moduletable {
    margin-bottom: 0;
    margin-left: 0;
    }

    And change it to
    #ja-topsl .ja-box-left .ja-moduletable, #ja-topsl .ja-box-full .ja-moduletable {
    margin-bottom: 8px;
    margin-left: 0;
    }

    I think this would help !

    timmiller Friend
    #381613

    Dathq,

    Thanks so much!

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 3 voices, and was last updated by  timmiller 13 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum