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

    i put 2 custom html modules in sl1-r and removed the padding in the css file but there is still like 10px of padding only on the bottom . how do i remove it? attached is a picture of the module


    1. padding-prob
    TomC Moderator
    #448281

    So that I can best try to assist you, please provide the url of the site you’re working on,
    as well as set “Optimize CSS” to “No” within your Template Manager–General Settings

    ginac Friend
    #448282

    Thank you Tom,

    Optimize CSS is off

    http://www.sierranewsonline.com

    TomC Moderator
    #448283

    Within file path –> /templates/ja_teline_iv/css/template.css

    at line 456, you will see the following:

    <blockquote>div.ja-moduletable .ja-box-ct, div.moduletable .ja-box-ct {
    padding: 1px;
    }</blockquote>

    add a negative “margin-bottom” property, as follows:

    <blockquote>div.ja-moduletable .ja-box-ct, div.moduletable .ja-box-ct {
    margin-bottom: -15px;
    padding: 1px;
    }
    </blockquote>

    Hope That Helps

    ginac Friend
    #448285

    Worked like a charm, thank you very much,

    Gina

    ginac Friend
    #449690

    Hi Tom,

    Although the margin bottom property worked nicely for two of the positions, it made other positions a problem. Is there a way to apply styling to modules by their div id#? For instance, we need div id=”Mod233″ to have the negative margins applied, but not the other modules in the same class.

    Our challenge is the space below the “side 1, side 2 and side 3” advertising positions, without collapsing the other modules.

    http://www.sierranewsonline.com

    pass: tom
    user: teline

    thank you
    Gina

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

This topic contains 6 replies, has 2 voices, and was last updated by  ginac 12 years, 7 months ago.

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