From 43b8f6fee2b63d76c574090fea4a2891aa1c168c Mon Sep 17 00:00:00 2001 From: Neil Gee Date: Thu, 24 Oct 2019 14:57:40 +1100 Subject: [PATCH] CSS Tweaks --- includes-child/customizer.php | 12 ++++++------ style.css | 5 ++++- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/includes-child/customizer.php b/includes-child/customizer.php index 360ad75..30d4bb2 100644 --- a/includes-child/customizer.php +++ b/includes-child/customizer.php @@ -14,7 +14,7 @@ function bt_register_theme_customizer( $wp_customize ) { global $wp_customize; - + /* * * Adding in a Hover Control for Buttons to the 'fl-buttons' panel * Also can be done with fl_theme_add_panel_data filter - see 2 examples in customizer-filtered.php @@ -750,14 +750,14 @@ function bt_default_theme_preset( $mods ) { 'fl-heading-font-family' => 'system-ui', 'fl-h1-font-size' => '36', 'fl-h2-font-size' => '30', - 'fl-h3-font-size' => '24', - 'fl-h4-font-size' => '20', - 'fl-h5-font-size' => '18', - 'fl-h6-font-size' => '16', + 'fl-h3-font-size' => '26', + 'fl-h4-font-size' => '22', + 'fl-h5-font-size' => '20', + 'fl-h6-font-size' => '18', 'fl-body-text-color' => '#333333', 'fl-body-font-family' => 'system-ui', - 'fl-body-font-weight' => '300', + 'fl-body-font-weight' => '400', 'fl-body-font-size' => '18', 'fl-body-line-height' => '1.6', diff --git a/style.css b/style.css index bc50add..eb24494 100644 --- a/style.css +++ b/style.css @@ -1030,7 +1030,7 @@ li.comment { @media only screen and (max-width: 767px) { /* Add into Module Class */ .fl-builder .split-list ul { - margin-bottom: 0; + margin-bottom: 20px; margin-top: 0; } @@ -1120,6 +1120,9 @@ i.fa-phone{ display: inline-block; font-size: 30px; color: #333; + line-height: 0; + position: relative; + top: 10px; } /*