From 65c6477bc31cc3f5e2bc7556458b8d6ae88b3d15 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Mon, 14 Jul 2014 17:41:15 +0000 Subject: [PATCH] Twenty Fourteen: RTL display adjustment for Custom Header, props yoavf. Fixes #28670. Built from https://develop.svn.wordpress.org/trunk@29167 git-svn-id: http://core.svn.wordpress.org/trunk@28951 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfourteen/inc/custom-header.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wp-content/themes/twentyfourteen/inc/custom-header.php b/wp-content/themes/twentyfourteen/inc/custom-header.php index f22ef18866..523db80966 100644 --- a/wp-content/themes/twentyfourteen/inc/custom-header.php +++ b/wp-content/themes/twentyfourteen/inc/custom-header.php @@ -111,6 +111,9 @@ function twentyfourteen_admin_header_style() { line-height: 48px; margin: 0 0 0 30px; } + .rtl #headimg h1 { + margin: 0 30px 0 0; + } #headimg h1 a { color: #fff; text-decoration: none;