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

    Hello all,

    I am having problems with two issues. I have created a custom “clean” module class suffix with the following changes in template.css:

    #ja-container .moduletable_clean {
    background:none;
    -moz-border-radius:0 0 0 0;
    -moz-box-shadow:0 0 0 0;
    }

    #ja-container .moduletable_clean .ja-box-ct {
    padding-left:0 !important;
    }

    I have created on the right side two custom HTML modules with a single rounded image one on top of the other. The issues are the following: (a) there is a larger gap between the first and the second module, which is not following strange enough the distances of other modules, and (b) in Chrome and IE the rounded corners (i.e. black bottom rounded line) is offset by a couple of pixels.

    Attachment added!

    Thanks for the help!


    1. issue
    khoand Friend
    #399100

    Hi,
    Could you give me a link to your website?

    harvas Friend
    #399106

    <em>@khoand 250494 wrote:</em><blockquote>Hi,
    Could you give me a link to your website?</blockquote>

    http://tiny.cc/exs7y

    khoand Friend
    #399192

    You change this code


    #ja-container .moduletable_clean {
    background:none;
    -moz-border-radius:0 0 0 0;
    -moz-box-shadow:0 0 0 0;
    }

    with


    #ja-container .moduletable_clean {
    background: none;
    -moz-border-radius: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0;
    -webkit-border-radius: 0;
    box-shadow: 0 0 0 0;
    border-radius: 0;
    }

    khoand Friend
    #399194

    To change space, you replace this code


    #ja-container .moduletable_clean .ja-box-ct {
    padding-left:0 !important;
    }

    with


    #ja-container .moduletable_clean .ja-box-ct {
    padding:0 !important;
    }

    harvas Friend
    #399222

    <em>@khoand 250609 wrote:</em><blockquote>To change space, you replace this code


    #ja-container .moduletable_clean .ja-box-ct {
    padding-left:0 !important;
    }

    with


    #ja-container .moduletable_clean .ja-box-ct {
    padding:0 !important;
    }

    </blockquote>

    Great help khoand. Spot on! Highly appreciated!

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

This topic contains 6 replies, has 2 voices, and was last updated by  harvas 13 years, 6 months ago.

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