Finding selectors/elements in stylesheet.


Author Message
Al Pickrel

Posted: 12/21/2008
Quote message 

I want to nudge the posts closer together on my archives page. But I can't find the corrrect elements in the style sheets. I was wondering if anybody had a clue which ones will do this?

Here is alink to my website-in-progress using a template designed by Artisteer for wordpress. Nice program.

http://www.orchidexchange.com/wordpress2/?cat=3&paged=3
 
Marc Smith

Posted: 12/22/2008
Quote message 

View the source code of your blog and note the name of the CLASS for the archived posts.

Find that CLASS in the CSS and use the padding and margin CSS values to edit what you are looking for.

Based on what I saw, it is either the "Block Content-body" class or it could be any of the table and td classes.