CSS Error with transformations
-
After updating from Elementor 3.23.4 to 3.25.4, I have the problem that the generated CSS of the pages (under /uploads/elementor/css/) contains an error.
All previous adjustments via –> Advanced –> Transform –> Rotation no longer have the necessary information such as “3deg” but are now output as “3yes” in the created CSS variable. Even editing the page afterwards, changing the values ??in the editor and saving again does not bring a solution. In the backend, all changes appear as desired, but in the frontend the display is not achieved because the CSS is incorrect. The rest of the CSS (like other effects) seems to be fine and is not affected.
Here is the CSS as I see it via the Dev Tools:
.elementor-7796 .elementor-element.elementor-element-f43d3ee > .elementor-widget-container {
--e-transform-rotateZ: -2deg;
--e-transform-rotateX: 1yes;
margin: 0px 0px 0px 0px;
--e-transform-perspective: 20px;
}The CSS caching has of course been reset and no further caching is available.
Any ideas why this happens?
Thanks
- You must be logged in to reply to this topic.