From 81409f856a16abaef996bc6ddfd18a958f5e16b3 Mon Sep 17 00:00:00 2001 From: jatin Date: Thu, 4 Jul 2024 18:15:02 +0530 Subject: [PATCH] fix: move hero banner outside wrapper --- templates/layouts/layout-both-columns.tpl | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/templates/layouts/layout-both-columns.tpl b/templates/layouts/layout-both-columns.tpl index b436f2a..fc0b187 100644 --- a/templates/layouts/layout-both-columns.tpl +++ b/templates/layouts/layout-both-columns.tpl @@ -51,6 +51,15 @@ {/block} + {if $page.page_name == 'index'} +
+ +
+
+
+ {/if} + {block name='displayBeforeWrapper'} {hook h='displayBeforeWrapper'} {/block} @@ -86,12 +95,6 @@ {if $page.page_name == 'index'} -
- -
-
-

Design and Visualize what you need