Well I think my title explains it all but is there anyway I can change the width of my blogger blog as it is quite 'skinny' Thanks Jacqui x
I don't think so. I think it is by default and no one can change it except the owner. I am not so sure, though. This is the reason why I changed the templates of my blogspot blogs. But I suggest you check out Blogger Buster. Maybe you can find your answers there. Good luck!
#main-wrapper { margin-$startSide: 12%; width: 43%; float: $startSide; display: inline; /* fix for doubling margin in IE */ word-wrap: break-word; /* fix for long text breaking sidebar float in IE */ overflow: hidden; Find these codes change the starside in red as you want which is gap between your main blogger post wrapper from left. And in red is width to adjust the width of your blogger post section. Now for sidewrapper find thi codes and do same as above #sidebar-wrapper { background: #C3D9FF; padding-left: 10px; margin-$endSide: 11%; width: 32%; float: $endSide; display: inline; /* fix for doubling margin in IE */ word-wrap: break-word; /* fix for long text breaking sidebar float in IE */ overflow: hidden; This is uncustomized template if it is customized you will find different coding but find main wrapper and side wrapper you will be able to find the width of that.