leopoldo_papi 0 Report post Posted June 7, 2011 Hi, using the 'magazine layout mode' i would like to have the thumbnails pictures on top of the posts previews, and not on the left side of the post. By default they come out on th side. How do i change this? thanks very much, bests leopoldo Share this post Link to post Share on other sites
cmunns 16 Report post Posted June 7, 2011 we'll have to edit template.postloop.php but first you need to copy this file from the core of PP into the root of PlatformBase child theme. Then we can move around some code a bit. Share this post Link to post Share on other sites
peterpillsbury 0 Report post Posted June 8, 2011 On a similar note, How hard to have 3 posts wide vs just the 2? www.peterpillsbury.com Share this post Link to post Share on other sites
cmunns 16 Report post Posted June 8, 2011 @leopold add this CSS ` body .clip .clip-thumb a { float: none; display: block; } ` @Peter, not very easy unfortunately. Share this post Link to post Share on other sites
peterpillsbury 0 Report post Posted June 9, 2011 Ok No Worries. Thanks! Not necessary. Share this post Link to post Share on other sites