From 40afd591cba15e453da63d6dc17c5bf4cd378649 Mon Sep 17 00:00:00 2001 From: soufiane Date: Tue, 5 Nov 2024 14:58:09 +0100 Subject: [PATCH] wait #7127 @0:05 --- wp-content/themes/CCV/dist/styles/app.css | 2 +- .../CCV/resources/assets/styles/widgets/header-slideshow.styl | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/CCV/dist/styles/app.css b/wp-content/themes/CCV/dist/styles/app.css index 6f32f3bf..27342603 100644 --- a/wp-content/themes/CCV/dist/styles/app.css +++ b/wp-content/themes/CCV/dist/styles/app.css @@ -2877,10 +2877,10 @@ body .elementor-section:not(#slideshow-section) { left: 0; bottom: 2em; width: 100%; + display: flex; align-items: center; justify-content: center; z-index: 15; - display: none; } @media only screen and (max-width: 999px) { diff --git a/wp-content/themes/CCV/resources/assets/styles/widgets/header-slideshow.styl b/wp-content/themes/CCV/resources/assets/styles/widgets/header-slideshow.styl index 367606c4..14b5fd5b 100644 --- a/wp-content/themes/CCV/resources/assets/styles/widgets/header-slideshow.styl +++ b/wp-content/themes/CCV/resources/assets/styles/widgets/header-slideshow.styl @@ -60,11 +60,10 @@ $title_bg = rgba(#1A2E5D,0.91) left: 0 bottom: 2em width: 100% - //display: flex + display: flex align-items: center justify-content: center z-index: 15 - display: none +below($breakpoint-slideshow) bottom: 1.5em -- 2.39.5