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 😉