common.css
put
.rss_item_desc img{
float:right;width:70px;height:50px;clear: right;padding-left: 10px;
}
or see here fall cod
/* * * * RSS Feed * * * */
.rss_item_wrapper {
padding-bottom: 8px;
}
.rss_item_wrapper:last-child {
padding-bottom: 0px;
}
.rss_item_header
{
font-size:12px;
font-weight:bold;
padding-bottom:0px;
}
.rss_item_header a,
.rss_item_header a:link,
.rss_item_header a:visited,
.rss_item_header a:hover,
.rss_item_header a:active
{
font-size:12px;
font-weight:bold;
color:#33c;
}
.rss_item_info
{
color:#999;
font-size:9px;
}
.rss_item_desc img{
float:right;width:70px;height:50px;clear: right;padding-left: 10px;
}
.rss_item_desc
{
text-align:justify;
font-size: 11px;
}
.rss_read_more
{
background-color:#EDEDED;
font-size:11px;
font-weight:normal;
height:30px;
line-height:30px;
vertical-align: middle;
/*margin-bottom:1px;*/
margin-top:2px;
padding:0 9px;
text-align:left;
text-decoration:none;
text-transform:capitalize;
}
.loading_rss {
text-align:center;
width:89px;
height:64px;
background-image:url(../images/loading_bg.png);
z-index: 10;
margin: 10px auto;
}
.loading_rss img {
margin-top: 16px;
}
.loading_rss div {
width:89px;
height:64px;
background-image:url(../images/loading.gif);
background-position:center center;
background-repeat:no-repeat;
}