I loved irresistible and couldn't resist it! Brilliant work. I have a tiny question though: How do I move the sidebar more towards the left, so that the posts get a bit more of a centre stage? Thank you!
If you want to move the sidebar more to the left, find this part of the code
#sidebar { color:{color:text}; position:fixed; width:150px; height:auto; margin-top:180px; text-align:left; }
and add in this
margin-left:-20px;
and change -20 to whatever number you want to adjust to your choosing!








