PluginProbe
King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder / 51.1.82
King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder v51.1.82
51.1.83 51.1.82 51.1.81 51.1.79 51.1.78 51.1.77 51.1.76 51.1.74 51.1.75 51.1.65 51.1.64 51.1.63 trunk 51.1.14 51.1.2 51.1.35 51.1.36 51.1.37 51.1.38 51.1.39 51.1.44 51.1.45 51.1.46 51.1.47 51.1.49 All 37 releases
king-addons / includes / assets / css / fixes-for-elementor.css

fixes-for-elementor.css in King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder 51.1.82, at includes/assets/css/fixes-for-elementor.css

18 lines 731 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2 * Fix: Missing style for widget spacing.
3 *
4 * Elementor adds spacing between widgets via the CSS variable `--kit-widget-spacing`
5 * (set by the active Site Kit / generated CSS).
6 * Here is an existing issue, it should also has "--kit-widget-spacing: 0px" here:
7 * .elementor-widget:not(:last-child).elementor-absolute,
8 * .elementor-widget:not(:last-child).elementor-widget__width-auto,
9 * .elementor-widget:not(:last-child).elementor-widget__width-initial {
10 * margin-block-end: 0;
11 * }
12 */
13 .elementor-widget:not(:last-child).elementor-absolute,
14 .elementor-widget:not(:last-child).elementor-widget__width-auto,
15 .elementor-widget:not(:last-child).elementor-widget__width-initial {
16 --kit-widget-spacing: 0px;
17 }
18