From 56f2b98f60ef5bd0dc98278d47ace9f9e9cae988 Mon Sep 17 00:00:00 2001
From: Yasmeen Abuerrub <yabuerrub@hotmail.com>
Date: Thu, 7 Sep 2017 15:48:38 +0300
Subject: [PATCH] Issue #2905084: Added branding support for sub profile
 installer.

---
 .../templates/install/install-page.html.twig         | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/themes/vartheme_admin/templates/install/install-page.html.twig b/themes/vartheme_admin/templates/install/install-page.html.twig
index e3ca6b98..c7a24c86 100644
--- a/themes/vartheme_admin/templates/install/install-page.html.twig
+++ b/themes/vartheme_admin/templates/install/install-page.html.twig
@@ -13,13 +13,13 @@
 
   <header role="banner">
     {% if site_name %}
-      {% if profile_logo %}
-        <img src="{{ profile_logo }}" class="installer-logo">
-      {% else %}
-        <img src="../{{ active_theme_path() }}/images/varbase-medium-logo.png" class="installer-logo">
-      {% endif %}
-      
       <h1 class="page-title">
+        {% if profile_logo %}
+          <img src="{{ profile_logo }}" class="installer-logo">
+        {% else %}
+          <img src="../{{ active_theme_path() }}/images/varbase-medium-logo.png" class="installer-logo">
+        {% endif %}
+
         {% if site_version %}
           <span class="site-version">{{ site_version }}</span>
         {% endif %}
-- 
GitLab