From: Anthony Talarico Date: Thu, 10 May 2018 17:20:04 +0000 (-0400) Subject: fixing the front page section title alignment X-Git-Tag: v1.0.0^2~38 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=d833d57dd4f57f6df336de2aeb52d3be79dcfbf3;p=WP-Themes%2Flaurium.git fixing the front page section title alignment --- 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{