From 1d2d286b2ac5b2fd34731468498821ae09da8e9a Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 19 May 2017 09:17:27 -0400 Subject: [PATCH] Allow frontpage content to be displayed --- style.css | 4 ++++ template-parts/page/content-front-page.php | 20 +++++++++----------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/style.css b/style.css index b8f7d43..49ab024 100755 --- a/style.css +++ b/style.css @@ -1615,8 +1615,12 @@ a:hover .nav-title, letter-spacing: 0; text-align: center; } +#frontpage-content .wrap { + padding-bottom: 40px; +} #frontpage-sub-title { text-align: center; + margin-bottom: 20px; } #frontpage-sub-title-start { color: #304f88; diff --git a/template-parts/page/content-front-page.php b/template-parts/page/content-front-page.php index 53cb11a..8a4e1c1 100755 --- a/template-parts/page/content-front-page.php +++ b/template-parts/page/content-front-page.php @@ -28,22 +28,20 @@ -
- +
+
- +
we do: Optics. Lighting. Design.
- +
- "%s"', 'twentyseventeen' ), - get_the_title() - ) ); - ?> + + ID) ); ?> +
-- 2.17.1