Go to Layout > Page Elements, Edit 'Blog Posts' Gadget, uncheck Post Page Options “Wednesday, Januari 30, 2008″
#advert1 .widget {
text-align:$startSide;
width:24%;
float:$startSide;
padding:4px;
}
#headerinfo1-wrapper {
width:25%;
float:$startSide;
}
#headerinfo2-wrapper {
width:75%;
float:$endSide;
}
#main-wrapper {
width:75%;
#sidebar-right-wrapper {
width:25%;
Add Columns Post
/* Columns Post
----------------------------------------------- */
.columns-post-wrapper {
float:$startSide;
height:360px;
margin:4px;
width:32%;
}
.columns-post {
height:348px;
margin:5px;
padding:0;
background-color:$contentMainBgColor;
border:1px solid $contentMainTextBorderColor;
}
.columns-post-top {
height:90%;
margin:0 auto;
padding:5px;
background:$contentMainBgColor;
word-wrap:break-word; /* fix for long text breaking sidebar float in IE */
overflow:hidden; /* fix for long non-text content breaking IE sidebar float */
}
.columns-post-top .title h2{
font:$sidebarRightTitleFont;
}
.columns-post-body img {
max-height:150px;
max-width:150px;
}
.columns-post-body a img {
text-decoration:none;
border:none;
}
.columns-post-bottom {
margin:0 auto;
padding:5px;
font-size:12px;
text-align:right;
background-color:$blogMainBgColor;
}
.columns-post-bottom span {
float: left;
}
Blog1 Widget
Columns Post
Find
<b:includable id='post' var='post'>
Add after the code
<!-- Start Columns Post 1/2-->
<b:if cond='data:blog.pageType != "item"'>
<div class='columns-post-wrapper'>
<div class='columns-post'>
<div class='columns-post-top'>
<div class='title'>
<h2>
<a expr:href='data:post.url'><data:post.title/></a>
</h2>
</div>
<b:if cond='data:top.showTimestamp'>
<b:if cond='data:post.url'>
<h2 class='date-header'><data:post.timestamp/></h2>
</b:if>
</b:if>
<div class='columns-post-body'>
<data:post.body/>
</div>
</div>
<div class='columns-post-bottom'>
<b:if cond='data:post.allowComments'>
<span><a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a></span>
</b:if>
<a expr:href='data:post.url + "#top"'>More Details»</a>
</div>
</div>
</div>
<b:else/>
<!-- End Columns Post 1/2-->
Find
</b:includable> <b:includable id='commentDeleteIcon' var='comment'>
Add before the code
<!-- Start Columns Post 2/2--> </b:if> <!-- End Columns Post 2/2--> </b:includable> <b:includable id='commentDeleteIcon' var='comment'>




