From 39464883f5af9accc5cf35334bc3bc97a6d8c70a Mon Sep 17 00:00:00 2001 From: Gary Date: Fri, 20 Mar 2026 14:21:49 +0000 Subject: [PATCH] updated to new style banner --- css/style.css | 28 ++++++++++++++++++++++++++++ loft-e-adjustable.php | 14 ++++++++++++-- loft-e-lite.php | 14 ++++++++++++-- loft-e.php | 16 +++++++++++----- 4 files changed, 63 insertions(+), 9 deletions(-) diff --git a/css/style.css b/css/style.css index d33df24..4b808e6 100644 --- a/css/style.css +++ b/css/style.css @@ -10954,6 +10954,34 @@ textarea.form-control { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } + .loft-e-banner { + position: relative; + width: 100%; + display: flex; + align-items: center; + background-color: #002b49; /* fallback brand blue */ + background-image: url('/images/Loftemanufacturer-768x768.jpg'); /* ADD YOUR BRITISH LOFT IMAGE HERE */ + background-size: cover; + background-position: center; + overflow: hidden; + color: #ffffff; + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + } + + .loft-e-lite-banner { + position: relative; + width: 100%; + display: flex; + align-items: center; + background-color: #002b49; /* fallback brand blue */ + background-image: url('/images/Loft-E-Engraved.png'); /* ADD YOUR BRITISH LOFT IMAGE HERE */ + background-size: cover; + background-position: center; + overflow: hidden; + color: #ffffff; + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + } + .banner-overlay-2 { position: absolute; top: 0; diff --git a/loft-e-adjustable.php b/loft-e-adjustable.php index 2fafdbe..cbb0adc 100644 --- a/loft-e-adjustable.php +++ b/loft-e-adjustable.php @@ -12,9 +12,19 @@ include_once $URLcorrection . 'includes/header.php'; ?> -
+
+
-

LOFT-E Adjustable

+
diff --git a/loft-e-lite.php b/loft-e-lite.php index 156ea56..0af39ab 100644 --- a/loft-e-lite.php +++ b/loft-e-lite.php @@ -11,9 +11,19 @@ include_once $URLcorrection . 'includes/header.php'; ?> -
+
+
-

LOFT-E Lite

+
diff --git a/loft-e.php b/loft-e.php index edcfbf4..f317483 100644 --- a/loft-e.php +++ b/loft-e.php @@ -7,11 +7,17 @@ $metakeywords = "North East Loft Boarding, Loft Boarding North East, Loft Storag include_once $URLcorrection . 'includes/header.php'; ?> -
-
-
-
-

+
+ +
+