I did it ??
php:
$readable .= '<li><div class="teste3">';
$readable .= '<div class="wprssmi-excerpt">'.showexcerpt($items["mydesc"],0,$openWindow,0,$items["mylink"],$adjustImageSize,$float,$noFollow,$items["myimage"],$items["mycatid"]).'</div>';
$readable .= '<div class="title"><a '.$openWindow.' href='.$items["mylink"].'>'.$items["mytitle"].'</a></div>';
I just inserted the code you showed me before the title div line. Then, to resolve the container reajustment, I gave the div a name and I made this on the css:
div.teste3{
height: 165px;
overflow: hidden;
position: relative;
}
I fixed a height to the div and pronto! No more visual issue! You can check it out I think it looks really cool and flexible now.
I’m guessing it is resolved then. Thank you so much for you help and sorry for beeing such a pain ??