From f9a8a5f9f0612c6c1c6aae2dd9276277747335e6 Mon Sep 17 00:00:00 2001 From: Stephen Cameron Date: Wed, 22 Dec 2021 16:29:59 +0100 Subject: [PATCH] CSS fix following column padding issue with Elementor 3.5.0 update. WIP #4931 @0.25 --- .../themes/CCV/resources/assets/styles/common/layout.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/CCV/resources/assets/styles/common/layout.styl b/wp-content/themes/CCV/resources/assets/styles/common/layout.styl index c80a564..6f5c16a 100644 --- a/wp-content/themes/CCV/resources/assets/styles/common/layout.styl +++ b/wp-content/themes/CCV/resources/assets/styles/common/layout.styl @@ -25,7 +25,7 @@ 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-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap padding: 0 .elementor-section-boxed > .elementor-column-gap-extended -- 2.39.5