more updates
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 1 Apr 2016 21:52:53 +0000 (17:52 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 1 Apr 2016 21:52:53 +0000 (17:52 -0400)
parts/glm-blocks.php

index 93d7c96..16f4873 100644 (file)
@@ -9,7 +9,7 @@
            <?php $thumbnail = wp_get_attachment_image_src( $post_image_id, false); ?>
            
            <!--block div -->
-            <div id="block-<?php echo $count; ?>" class="small-12 columns blocks" style="background: url('<?php echo $thumbnail[0]; ?>') no-repeat scroll center top;"> 
+            <div id="block-<?php echo $count; ?>" class="small-12 columns blocks" style="background: url('<?php echo $thumbnail[0]; ?>') no-repeat scroll center bottom;"> 
                 <?php if($block->url):?>
                 <a href="<?php echo $block->url;?>"<?php if($block->externalUrl){echo ' target="_blank"';}?>>
                     <?php endif;?>