How to change the width of the sidebars in a thumblogger theme
Go to “Looks” => “HTML Templates” => “Colors and Styles”
Search for : #left { width: 180px; padding: 0px 5px 0px 0px; }
and edit the “widht” value like :
#left { width: 200px; padding: 0px 5px 0px 0px; }
Click “Change”.
The left sidebar is now 200px …