Hi enolbos
Open /templates/ja_helio/css/template.css file, at about line 627, find following code:
div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3,
div.moduletable_light h3,
div.moduletable_hilite h3 {
font-size: 100%;
margin: 0 -5px 5px;
padding: 0 0 0 28px;
background: url(../images/h3-bg.gif) no-repeat center left #333333;
white-space: nowrap;
color: #CCCCCC;
height: 30px;
}
and change to:
div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3,
div.moduletable_light h3,
div.moduletable_hilite h3 {
font-size: 100%;
margin: 0 -5px 5px;
padding: 0 0 0 28px;
background: url(../images/h3-bg.gif) no-repeat center left #333333;
white-space: nowrap;
color: #CCCCCC;
height: 30px;
margin-bottom: 10px;
}
Here you can change the value of margin-bottom to your suitable.