# king-addons/51.1.78/includes/assets/css/fixes-for-elementor.css

King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder, version 51.1.78. 18 lines.

- Page: https://pluginprobe.com/plugins/king-addons/51.1.78/code/includes/assets/css/fixes-for-elementor.css
- Raw: https://pluginprobe.com/plugins/king-addons/51.1.78/raw/includes/assets/css/fixes-for-elementor.css
- Modified: 2026-08-25T03:27:10+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/king-addons/51.1.78/code/includes/assets/css/fixes-for-elementor.css#L10-L20`.

```css
/*
 * Fix: Missing style for widget spacing.
 *
 * Elementor adds spacing between widgets via the CSS variable `--kit-widget-spacing`
 * (set by the active Site Kit / generated CSS). 
 * Here is an existing issue, it should also has "--kit-widget-spacing: 0px" here:
 *  .elementor-widget:not(:last-child).elementor-absolute, 
 *  .elementor-widget:not(:last-child).elementor-widget__width-auto, 
 *  .elementor-widget:not(:last-child).elementor-widget__width-initial {
 *     margin-block-end: 0;
 * }
 */
.elementor-widget:not(:last-child).elementor-absolute, 
.elementor-widget:not(:last-child).elementor-widget__width-auto, 
.elementor-widget:not(:last-child).elementor-widget__width-initial {
    --kit-widget-spacing: 0px;
}

```
