este no es problema de wordpress, es de CSS.
en una busqueda rapida no encontre ningun teme con ese nombre, pasa el link de donde lo bajaste para verlo o bien la url de tu sitio.
de entrada te comento que tiene mucho que ver con la estructura, por ejemplo:
Código HTML:
Ver original<div style="width: 300px;background:#f00;border-radius:10px;margin:10px;"> <div style="height:100px;background: #fe0;">demo
</div>
<div style="width: 300px;background:#f00;margin:10px;"> <div style="height:100px;background: #fe0;border-radius:10px;">demo
</div>
<div style="width: 300px;background:#f00;border-radius:10px;margin:10px;"> <div style="height:100px;background: #fe0;border-radius:10px;">demo
</div>