I have created a new healthcare blog on blogspot.com If any one know how to utilize the left and right space. I want utilize the maximum space. If any one knows that please help me. Thanks in advance.
You can do that using CSS. Open blogspot html editor and find these lines. Increase the values which are in bold. #content { width:660px; margin:0 auto; padding:0; text-align:left; } #main { width:410px; float:left; } #sidebar { width:220px; float:right; }