View Single Post
  #2 (permalink)  
Old 01-11-2006, 05:28 PM
mail4kaja mail4kaja is offline
Junior Member
 
Join Date: Jan 2006
Location: Chennai - India
Posts: 3
Default

Hello rupankar,

I have visited your blog. Its good. The problem with your sidebar can be fixed by setting the width of the sidebar from 24% to some what higher value like 25% or 26%. You can change that value in the template's style information found at the top of the page. I think the line you have to edit is 101 (The Line Number is 101). This may not the exact line number. But change the value of

#sidebar {
width:24%;
float:left;
}

to

#sidebar {
width:25%;
float:left;
}

Hope this helps.

All the best.

[b]R. Kaja Mohideen

Last edited by bloghub : 03-23-2006 at 12:58 PM.
Reply With Quote