Hi Konstantakos,
We’ve coded that part of the template for short title use. It will keep each of those links in separated line.
In your case, please edit the CSS file like this:
-Find this code:
#ja-spotlight li {
padding: 0;
margin: 0;
background: none;
height: 20px;}
#ja-spotlight li a {
padding: 0 5px 0 18px;
display: block;
background: url(../images/arrow-off.gif) no-repeat 7px 8px;
line-height: 20px;
}
to:
#ja-spotlight li {
padding: 0 5px 0 18px;
margin: 0;
background: url(../images/arrow-off.gif) no-repeat 7px 8px;
}
#ja-spotlight li a {
display: block;
}
Hope it helps!
Best regards,
Hieu Nguyen
JoomlArt.com Team
PS: Your site is very nice and pro. Congrats!