If you have a little knowledge in html/css it's very easy. Any do the following
1. Goto your dashboard, select your blog and click on template.
2. look for a section like this
Quote:
/* Content
----------------------------------------------- */
#content {
width:660px;
margin:0 auto;
padding:0;
text-align:left;
}
#main {
width:410px;
float:left;
}
#sidebar {
width:220px;
float:right;
}
|
3. try incresing the width ffor #sidebar slightly, say by 20px
4. preview your changes, save it once satisfied.
NB: It's better you first copy all the code as a backup if anything goes wrong.