I recently was implementing the
ReviewAzon Wordpress plugin into the
Lifestyle Wordpress theme by Studiopress and noticed it shoves the Amazon listing all the way on the right of that theme. This is easily fixed by opening the index.php and page.php pages of the template and adding:
<div style="clear:both;">
before:
</div>
<?php the_content(__('Read more'));?><div style="clear:both;"></div>
on both template files.
This should bring everything into alignment. This fix will likely be needed on a few of the other Studiopress themes, but I haven't gotten to any of them yet to check.
Related Posts by Categories
0 comments:
Post a Comment