تفضل أخي : من تحرير HTML علم على توسيع قوالب عناصر واجهة المستخدم
أضف الكود التالي قبل </head> :
كود PHP:
<b:if cond='data:blog.pageType == "item"'>
<style>
.sidebar {display:none;}
#content-area {width: 100%; padding:0;}
#comments {
margin-top:15px;
margin:0 auto;
width:99%;
}
.index-post, #single-post, #static-page {
border:1px solid #FFF;
padding: 15px;
margin-bottom:20px;
position:relative;
background: #FFF;
width:95%;
}
</style>
</b:if>