Single Post Layout

Finally got around to changing the format for the single post layout. This means you should be able to resize your window without wonky things happneing to the pictures. I’ve also managed to get rid of the ridiculous amount of padding kindly included in the posts. Not quite sure how I did that. I think what finally made it give in to my shameless groveling scientific experimentation was this:

.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
margin-top: 0;
width: 100%;

I’m using WordPress’ basic Twenty Eleven theme –  mostly because I figured there would be more help guides out there for it. When I want to change something in Twenty Eleven (i.e. all the time), I do it by making modifications to my Child Theme, which I’ve named Decollate – yet another word I don’t get to use as often as it deserves.

Anyway, the padding thing has been bugging me for ages, so I’m really happy it’s fixed (for now at least. I might decide I want things a little less fixed later, but at this time getting anything nailed down feels very satisfying). As a reward for my hours of poking randomly at code, I changed the colors on the comment box.

It’s the simple things in life.