View Full Version : Simple Greymatter question (I think, I hope)


coralcola
08-01-2006, 04:23 AM
I am trying to figure out how to add some spacing between the wall of the double black border of the entries and the text. http://www.kingconshentz.com/coralcola . See how the text and images of the entries are pushed up against the black border? How do I change that?

onigiri
08-01-2006, 04:55 AM
In your CSS stylesheet, you could create a class, naming it whatever you want. The class's properties should be like this:


width: 10 px smaller (in width) than the class that holds the posts;
position: relative;
left: 5px;
margin-right: 5px;


and make a div that uses that class and put the post text inside that div, and put that div inside the div that holds your posts.