weather widget changes
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 26 Sep 2018 17:14:30 +0000 (13:14 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 26 Sep 2018 17:14:30 +0000 (13:14 -0400)
front-page.php

index 5a17da8..82be44a 100644 (file)
                 <?php endif;?>
             </div>
                </div>
-
-            <?php
-            get_template_part('parts/glm-blocks');
-            ?>
-
+        <?php get_template_part('parts/glm-blocks'); ?>
+        <div class="">
+            <style>
+                .wdi_feed_info{
+                    max-width: 1000px;
+                    margin: 20px auto 10px auto;
+                }
+            </style>
+            <?php echo do_shortcode("[wdi_feed id='1']"); ?>
+        </div>
     </div>
 </main><!--End of main-->
 <?php get_footer(); ?>