FeatureFuel
2

Please split up the --widgets-spacing variable values introduced in 3.16.0

Source: elementor/elementor#23754 · opened by @KingGrizzly
Prerequisites • I have searched for similar features requests in both open and closed tickets and cannot find a duplicate. • The feature is still missing in the latest stable version of Elementor ( Elementor Pro ) What problem is your feature request going to solve? Please describe. Elementor 3.16.0 introduces the ability to have column and row gap variables under Site Settings > Layout. <img width="403" alt="image" src=" In Elementor 3.15.x, the global and container gap setting was just one value. For example, gap: 12px. The CSS variable elementor created would look like: elementor-element { --gap: 12px; } In Elementor 3.16.x there is a column and row gap value. When this is outputted to CSS, it is rendered in CSS shorthand: elementor-element { --gap: 18px 12px; } This has broken at least 6 client sites because we were using variables for the gap settings, for example: --gap-300p where the associated CSS c…

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests