Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Hieu Nguyen Admin
    #116730

    Using the great 3 column version of Spica on this site:

    http://acraorg.com/ (work in progress)

    I see in the description of JA_Spica here: http://www.joomlart.com/templates_club/club_portfolio/ja_spica.html
    that the big banner — home page has the horses) — is a “Joomls Module”. Specifically called “Top”.

    What controls “Top” I see the images in the template, (header-sl-green on the home page). I want to put a different image, not so tall in its place. When I try a different image, however, that is not as tall, it leaves white space below it.

    SO what I am asking, is what controls the height of what is apparently called Top?

    Thanks

    Rowby
    http://www.rowby.com

    Hieu Nguyen Admin
    #209493

    Hi Rowby,

    You can easily edit the height of the spotlight area in JA Spica template via the template_css.css here:

    /* SPOTLIGHT
    --------------------------------------------------------- */
    #ja-header-spotlight {
    padding-left: 20px;
    height: 170px;
    color: #F2F2F2;
    }

    ...

    #ja-header-spotlight div.moduletable {
    background: none;
    font-size: 1em;
    width: 720px;
    border: none;
    padding: 80px 0 5px;
    color: #F2F2F2;
    margin: 0!important;
    }

    Try to change the properties in blue until you find the best result. For example, if you image is 120px height, then you can try this code:

    /* SPOTLIGHT
    --------------------------------------------------------- */
    #ja-header-spotlight {
    padding-left: 20px;
    height: 120px;
    color: #F2F2F2;
    }

    ...

    #ja-header-spotlight div.moduletable {
    background: none;
    font-size: 1em;
    width: 720px;
    border: none;
    padding: 40px 0 5px;
    color: #F2F2F2;
    margin: 0!important;
    }

    PS: TOP –> Joomla! Module Position is TOP 😉

    Hieu Nguyen Admin
    #209499

    Thanks!

    Rowby

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

This topic contains 3 replies, has 1 voice, and was last updated by  Hieu Nguyen 17 years, 11 months ago.

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