I'm working on re-formatting my blog, and one of the things I want to do is add "gaps" between page elements on my blog so that parts of a background image will show through between the header / posts / sidebar etc... My current blog is http://blogetize.org, and I'm looking to make it look similar to http://www.rockpapershotgun.com/ The theme I'm using is thesis 1.7, and I'm pretty sure that what I want to do can be accomplished by diting the custom.css file, I just have no idea how to do it. Please help!!
I like the way they have made it easy to edit the theme. Very cool! You are right about making changes to custom.css. Open it up with the theme editor in the admin section of your blog. Add this to the bottom of the file and then press the "Update File" button: #container { width: 101.5em; } #content { margin-right: 2.2em; } .post_box { margin-bottom: 2.2em; } Code (markup):