Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • joonkim Friend
    #133061

    I installed the Quickstart for Justicia with Joomla 1.56.

    I didn’t want to use Newslight so I created a custom HTML Module and published to the Newslight Position.

    But I cannot get that custom HTML module to go up any higher.
    So I had to drop the left side(the slideshow) to match the right side(the custom html module)

    Can’t find the CSS to take that up higher.

    I would appreciate any help.
    Kinda new to this.
    I looked everywhere with firebug but no luck.

    Link Here

    thanks.

    Joon

    Sherlock Friend
    #269406

    Hi joonkin !
    you can change height and padding , margin for it in template_css.css file in templates/ja_justicia/css folder at about line 1167 :


    #ja-topsl #ja-newslight {
    float:right;
    width:49.9%;
    }

    Sherlock Friend
    #269408

    Hi
    you can edit template_css.css (line 102)

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

    Change to

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

    And template_css.css (line 1153)

    #ja-topsl div.moduletable {
    margin:0;
    padding:5px;
    }

    Change to

    #ja-topsl div.moduletable {
    margin:0;
    padding:0px;
    }

    joonkim Friend
    #269549

    It works.

    But if I change

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

    will it affect all those things?

    how ca I make it affect only that particular module?

    thanks.

    joonkim Friend
    #269553

    yeah, that worked really well.

    Sherlock Friend
    #269593

    Hi
    if you want use css for only that module, you can add css into template.css


    #ja-newslight p{
    ---> add css here
    }

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

This topic contains 6 replies, has 2 voices, and was last updated by  Sherlock 15 years, 8 months ago.

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