fixing the front page section title alignment
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 10 May 2018 17:20:04 +0000 (13:20 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 10 May 2018 17:20:04 +0000 (13:20 -0400)
inc/accesspress-options.php
style.css

index a91c76b..0d79ea6 100644 (file)
@@ -74,12 +74,11 @@ function optionsframework_options() {
 
     $args = array(
         'post_type' => 'glm-panel',
-        'cat' => 'welcome',
         'posts_per_page' => -1
-        );
+    );
+
     $count_service = 0;
     $query = new WP_Query($args);
-
        // Pull all the pages into an array
        $options_pages = array();
        $options_pages_obj = $query;
index 12e97ee..c2fe330 100644 (file)
--- a/style.css
+++ b/style.css
@@ -2609,7 +2609,7 @@ Responsive grid for pages
 }
 .parallax-section:nth-child(3) h3{
     font-size: 28px;
-    text-align: center;
+    /* text-align: center; */
 }
 @media (min-width: 768px){
     .parallax-section:nth-child(3) hr{