I am having trouble adding space between the posts on my homepage. The web designer who built the theme for us has disappeared :(
site is here > http://www.letschickchat.org
any help would be appreciated :)
I am having trouble adding space between the posts on my homepage. The web designer who built the theme for us has disappeared :(
site is here > http://www.letschickchat.org
any help would be appreciated :)
try adding this to your stylesheet file:
.entry-content p {
margin-bottom:2em;
}
that worked beautifully...it only seperated the text however i would also like to seperate that notebook paper in the background? should i add the background to that code series?
Try using Firefox with the Firebug add-on for this kind of CSS work.
http://getfirebug.com/
i have firebug but i don't know where to place the code or what i'm looking for to achieve what i am trying to do.
basically i just want to seperate all the posts instead of having them as one long page looking post.
You must log in to post.