test
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • lebellegardien Friend
    #181690

    hello

    How could I change margin and padding for having no white space for 1 module without changing all modules ?

    thanks


    1. no-padding-margin
    Ninja Lead Moderator
    #471170

    Please send me the link on your site. I will check it directly on your site

    Ninja Lead Moderator
    #471253

    I helped you fix the problem on your site
    <blockquote>Open templates/ja_social/css/template.css file</blockquote>
    from

    div.ja-moduletable .ja-box-ct, div.moduletable .ja-box-ct {
    padding: 10px 15px;
    }

    change to

    div.ja-moduletable .ja-box-ct, div.moduletable .ja-box-ct {
    padding: 10px 12px;
    }

    and add new script

    .column p, .column pre, .column blockquote,
    .column h1, .column h2, .column h3, .column h4, .column h5, .column h6,
    .column ol, .column ul, .column dl { margin: 0px; padding: 0; }

    Please check it again

    lebellegardien Friend
    #471365

    hello,

    thank you, it’s better but then with padding you added, it also change all other modules and I wanted to have the banner module that i can do what you added
    see attached file

    best regards


    1. padding-module
    lebellegardien Friend
    #472168

    any news ?

    Ninja Lead Moderator
    #472238

    Oh, try to my fixes.
    I was back to default any changed and add new css below
    <blockquote>Open templates/ja_social/css/template.css file</blockquote>
    add new

    .custom_badge p{
    margin: 0px 0px 0px -3px;
    padding: 0;
    }

    Please check it your site again

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

This topic contains 6 replies, has 2 voices, and was last updated by  Ninja Lead 12 years ago.

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