Float Right
Hello,
See on this page:
http://www.farmads.ie/new/limousin-bull-e900/
I have the facebook like over the ad counter. I would like to float it right and have it to the right of the 17 total views, 17 so far today.
Here is the part in single-default.php
<div class="prdetails">
<p></p>
<p><iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo curPageURL(); ?>&layout=standard&show_faces=true&wid th=450&action=like&colorscheme=light&h eight=25" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px;" allowTransparency="true"></iframe></p>
<p class="stats"><?php if (function_exists('cp_ad_views_today')) { cp_ad_views_today($post->ID, '', __('total views','cp'), __('so far today','cp'), 0, 'show'); } ?></p>
<p class="print"><?php if(function_exists('wp_email')) { email_link(); } ?> <?php if(function_exists('wp_print')) { print_link(); } ?></p>
<p class="edit"><a href="http://www.farmads.ie/new/dashboard/">Edit ad</a> / <a href="http://www.farmads.ie/new/dashboard/">Remove ad</a></p>
</div>