I want my site to look like this http://www.gorillavsbear.net/ concerning how the post are separated from the sidebar. I would also like for my posts to be separated from each other, like gorillavsbear, so the page background can show in between, but one thing at a time I suppose.
Here is my work in progress site: http://lickeverything.com/wordpress/
I am a complete beginner in every sense, but I've tried messing with CSS and nothing has worked so far. This is what my sidebar CSS looks like:
#sidebar
{
display: inline;
float: right;
width: 270px;
height: 800px;
border: 1px solid black;
}
any help would be sooo appreciated!
The blog I need help with is lickeverything.com.