From 34fac1f52fe01995174e55331fde97c3c9201b51 Mon Sep 17 00:00:00 2001 From: soufiane Date: Thu, 7 Mar 2024 12:18:22 +0100 Subject: [PATCH] =?utf8?q?wait=20#6761=20modification=20du=20padding=20d?= =?utf8?q?=C3=BB=20=C3=A0=20la=20maj=20elementor=203.19?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../physioassist/resources/assets/styles/common/global.styl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/physioassist/resources/assets/styles/common/global.styl b/wp-content/themes/physioassist/resources/assets/styles/common/global.styl index 59304e35..1c837e7c 100644 --- a/wp-content/themes/physioassist/resources/assets/styles/common/global.styl +++ b/wp-content/themes/physioassist/resources/assets/styles/common/global.styl @@ -43,7 +43,7 @@ p:not(:last-of-type) padding-right: 0 // Default vertical padding for outer level sections only -.elementor-section-wrap > .elementor-section +.elementor > .elementor-section vertical-spacing() // Override default spacing between widgets @@ -51,8 +51,8 @@ p:not(:last-of-type) constrain(margin-bottom, $vertical-gutter) // Set margin bottom to standard gutter // Get rid of default 10px padding around elements -.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap - padding: 0 +.elementor-column-gap-default>.elementor-column>.elementor-element-populated + padding: 0 !important // Common action link with SVG arrow in front .arrow-link -- 2.39.5