Thread Starter
alex54
(@alex54)
gagawatch.net
im using the toolbox wordpress v.3
It’s going to be a little fiddly on that theme becuase of the offset post date on the left but you could start by adding:
.post {border:1px solid #999;}
to your stylesheet.
Thread Starter
alex54
(@alex54)
thanks you, i deleted the #content and replaced it with .post doing this
.post {
background: white;
padding-top: -30px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
margin: 20px;
width: 650px;
border:1px solid #999;
font-family: trebuchet ms;
color: #382D2C;
font-size: 13px;
}
thanks you helped me a lot this is exactly what i wanted.
Esmi–
Is this something I could do with twenty ten? Isn’t this essentially what I am trying to do? (http://wordpress.org/support/topic/422157?replies=2)
The code you gave me didn’t work. Though, I am new to css and coding in general, so I may have put it in the wrong spot. Any advice?
Wait a second, I put it in the content area, and now it’s working. Very cool!