From f508d07723f5f0aa1a1e36f5ba380c8dff6fbf65 Mon Sep 17 00:00:00 2001 From: "stephen@cubedesigners.com" Date: Wed, 22 Dec 2021 16:01:12 +0000 Subject: [PATCH] CSS fix following column padding issue with Elementor 3.5.0 update. WIP #4931 @0.25 --- .../physioassist/resources/assets/styles/common/global.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 10a58418..59304e35 100644 --- a/wp-content/themes/physioassist/resources/assets/styles/common/global.styl +++ b/wp-content/themes/physioassist/resources/assets/styles/common/global.styl @@ -51,7 +51,7 @@ 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-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap padding: 0 // Common action link with SVG arrow in front -- 2.39.5