Gente de wordpress, estoy con un problemita , creo que puede ser bastante sencillo pero todavia no le he encontrado solución. El problema esta que una noticia se me esta bajando, he probado poniendole mas px de padding-top, padding-left y nada, creo que no es ese el problema. Les dejo imagen de como se ve

Lo que me llama la atención es que por ahi cambio la noticia y se ve mejor, también pense que podia ser problema de renglones, entonces opté por bajarle la cantidad de caracteres y tampoco, no resultó.
Les dejo el code de la esta parte
< div
class=
"4noti" style=
"float:left;" >
< div
class=
"4noticias" style=
"padding:10px;" > < !--
################# highlight category-2 #################### -- >
< ?php
$high_cat2 = get_option
('repo_high_cat2'); ? >
< ?php
$i =
1;? >
< ?php
$high_cat2 = get_option
('repo_high_cat2');
$high_query =
new WP_Query
( 'category_name='.
$high_cat2.
'&posts_per_page=6' );
while ( $high_query- >have_posts
() ) :
$high_query- >the_post
();
? >
< ?php
if($i ==
1):? >
< div
class=
"high-first-item lbox" style=
"width:210px; padding-left:80px; padding-top:25px" >
< h6 ><a>
" rel="bookmark
" title="Permanent
Link to < ?php the_title
(); ? >
" >< ?php the_title(); ? ></a>< /h6 >
< span class="clock
" > < ?php the_time('M - j - Y'); ? >< /span >
<a>" ><img />/timthumb.php?src=< ?php get_image_url
(); ? >&h=
187&w=
264&zc=1
" alt="" / ></a>
< ?php
wpe_excerpt(1, 1);
echo '
< ul id="principal
" style="margin-top:-10px
" >
< li class="tw
" >
<a href="http:
//twitter.com/share?text='. the_title( '', '', false) .'+'. the_permalink(false) .'" title="Retweet">Retweet</a>
< li
class=
"fb fbs" >
<a href=
"http://www.facebook.com/sharer.php?u='. the_permalink(false) .'&t='. the_title( '', '', false) .'" title=
"Share">Share</a>
< li
class=
"fb" >
< iframe src=
"http://www.facebook.com/plugins/like.php?href='. the_permalink(false) .'&layout=button_count&show_faces=false&width=110&action=like&colorscheme=light" scrolling=
"no" frameborder=
"0" allowTransparency=
"true" style=
"border:none; overflow:hidden; width:110px; height:20px" >< /iframe >
';
? >
< /div >
< ?php elseif($i > 1 ):? >
< div class="high-first-item lbox" style="width:210px; padding:10px; padding-top:25px" >
< h6 ><a>" rel="bookmark" title="Permanent Link to < ?php the_title(); ? >" >< ?php the_title(); ? ></a>< /h6 >
< span class="clock" > < ?php the_time('M - j - Y
'); ? >< /span >
<a>" ><img />/timthumb.php?src=< ?php get_image_url(); ? >&h=187&w=264&zc=1" alt="" / ></a>
< ?php
wpe_excerpt(1, 1);
echo '
< ul id=
"principal" style=
"margin-top:-10px" >
< li
class=
"tw" >
<a href=
"http://twitter.com/share?text='. the_title( '', '', false) .'+'. the_permalink(false) .'" title=
"Retweet">Retweet</a>
< li
class=
"fb fbs" >
<a href=
"http://www.facebook.com/sharer.php?u='. the_permalink(false) .'&t='. the_title( '', '', false) .'" title=
"Share">Share</a>
< li
class=
"fb" >
< iframe src=
"http://www.facebook.com/plugins/like.php?href='. the_permalink(false) .'&layout=button_count&show_faces=false&width=110&action=like&colorscheme=light" scrolling=
"no" frameborder=
"0" allowTransparency=
"true" style=
"border:none; overflow:hidden; width:110px; height:20px" >< /iframe >
';
? >
< /div >
< ?php $i++; ? >
< ?php endif; ? >
< ?php endwhile; ? >
< /div >
< /div >