From eea87f081a77db36dc944968da0aefd1f03b005a Mon Sep 17 00:00:00 2001 From: Deltacms Date: Fri, 15 Sep 2023 09:03:03 +0200 Subject: [PATCH] correction animation hauteur header --- core/module/theme/view/header/header.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/module/theme/view/header/header.js.php b/core/module/theme/view/header/header.js.php index 36cb951..6bbfcec 100644 --- a/core/module/theme/view/header/header.js.php +++ b/core/module/theme/view/header/header.js.php @@ -46,7 +46,7 @@ $("input, select").on("change", function() { $("#headerSwiper").hide(); var headerFont = $("#themeHeaderFont").val(); - css = "header{text-align:" + $("#themeHeaderTextAlign").val() + ";"; + css = "header #wallPaper{text-align:" + $("#themeHeaderTextAlign").val() + ";"; // Sélection d'une image réalisée if( $("#themeHeaderImage").val() !== ""){