From d833d57dd4f57f6df336de2aeb52d3be79dcfbf3 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 10 May 2018 13:20:04 -0400 Subject: [PATCH] fixing the front page section title alignment --- inc/accesspress-options.php | 5 ++--- style.css | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/inc/accesspress-options.php b/inc/accesspress-options.php index a91c76b..0d79ea6 100644 --- a/inc/accesspress-options.php +++ b/inc/accesspress-options.php @@ -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; diff --git a/style.css b/style.css index 12e97ee..c2fe330 100644 --- 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{ -- 2.17.1