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.
Comments
Similar requests
V4: Make Variables Manager More Flexible
4 votes · 0 comments
Feature request: keep responsive values (e.g. padding) unlinked and don't reset to 0
11 votes · 0 comments
Unified Responsive Value Editor (All Breakpoints in One View)
2 votes · 0 comments
Scoped Variables Inside Containers or Sections
1 vote · 0 comments
⏳ 🔗 Allow to select native Post Custom Fields option in Dynamic Tags
7 votes · 0 comments
No comments yet.