Hi,
In the template settings, under Custom > CSS find this:
Code:
.advertrow > .sparky_container > .sparky_cell {
position: relative;
background: #fff;
border: 1px solid #f0f0f0;
border-radius: 2px;
width: 31%;
margin-top: -100px;
box-shadow: 0px 15px 16px -8px rgb(194 194 194);
}
and change the value of "margin-top" to 0 or another value you find appropriate.
Regards,
Milos