Make WordPress Twenty Eleven theme post pages full wide
I wanted to make the indivitual post pages 100% wide, and also the headings a bit bigger. Here's the CSS to do it:
/* Make individual posts full-width */ .singular.page .hentry {padding:1em;} .singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title { width: 100%; } /* Fix the edit button placement */ .singular …