From e5de1e52ef22a2f5253c0d39fb960d7705836366 Mon Sep 17 00:00:00 2001 From: anand346 Date: Thu, 20 Feb 2025 18:26:26 +0530 Subject: [PATCH] Improved formatting --- src/wp-content/themes/twentyfourteen/inc/customizer.php | 1 + src/wp-content/themes/twentyfourteen/style.css | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/src/wp-content/themes/twentyfourteen/inc/customizer.php b/src/wp-content/themes/twentyfourteen/inc/customizer.php index 2f4e879a5df1b..06a58fa84a5f9 100644 --- a/src/wp-content/themes/twentyfourteen/inc/customizer.php +++ b/src/wp-content/themes/twentyfourteen/inc/customizer.php @@ -136,6 +136,7 @@ function twentyfourteen_customize_partial_blogdescription() { function twentyfourteen_customize_partial_site_logo() { echo get_custom_logo(); } + /** * Sanitize the Featured Content layout value. * diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index 0e4245057595d..1b16e996abea2 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -903,17 +903,21 @@ span + .edit-link:before, min-height: 48px; padding: 0 10px; } + #site-logo { float: left; margin: 4px 30px 0 0; text-align: left; } + #site-logo + .site-title { clear: none; } + #site-logo + .site-title + .site-description { clear: none; } + .site-title { float: left; font-size: 18px;