How to separate posts
-
Sort of new to CSS (but learning) and was wondering how I can separate my posts so that it is easier to distinguish between them. I’d also like to separate the sidebar from the main post section. Any help would be greatly appreciated. Thanks. My site is http://www.soundforecast.com
The blog I need help with is: (visible only to logged in users)
-
The first thing I would probably do is to change the width of the sidebar from 270px down to say 250px. That will put an extra 20px of whitespace in between the content and sidebar.
#sidebar { width: 250px; }For more separation or differentiation on the posts, there are many ways to do that. Make the post title larger and/or bolder and/or change the color. Add additional white space at the bottom of the posts. Create a graphic of some sort to put at the bottom of the posts to separate them.
- The topic ‘How to separate posts’ is closed to new replies.