I want to change the Right-Hand style on the post http://sherridon.bluefrogclients.com/2010/12/15/wellington.

Please let me know how to achieve this.

Thanks.

Sunil.

link|improve this question
feedback

2 Answers

this should get you started

.one_third.last{}

link|improve this answer
feedback

You can easily target styles to a single post by using body_class() in your template:

<body <?php body_class(); ?>>

You do already have some similarly targetable classes on the page:

<div class="post-176 post type-post hentry category-house" id="post-176">

But those styles can intersect with styles on, say, a date archive page:

<div class="post-176 post type-post hentry category-house" id="post-176">
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.