Hi
Can you please point me in the right direction, I use a child theme.
I have read this topic
http://www.kriesi.at/support/topic/how-to-add-a-sidebar-to-portfolio-item-page#post-63387
and in Propulsion: loop-portfolio-single.php (includes/loop-portfolio-single.php), I have done this
</div> <!-- end nine units -->
</div>
<?php
//get the sidebar
get_sidebar();
?>
</div><!--end post-entry-->
and this in the quick CSS
}
#top.single-portfolio .fullwidth .sidebar {
display: inline;
}
but now the side bar falls att the bottom of the portfolio item, how can I get it to stay on the rihtside of the portfolio item?
ex:
http://www.carriercarrier.se/wordpress/portfolio-item/detox-for-dig
maybe I should add that I have also added comments to the portfolio item with code supplied by you
http://www.kriesi.at/support/topic/comments-in-the-portfolio-part-3
Thx / John














