Replies: 1
I got a strange problem using quite fresh (and now updated just now) version of Elementor and OceanWP both of which I have been using before.
Some of my elements where not getting the style applied. The first ones I created did normally, so the bottom part of my page does not have elementor styles applied. Also I cannot crea
Regenerating styles, putting them inline etc did not help. I have not changed site URL.
I inspected the error and the it seems to be following:
The affected have a css class generated by elementor as usual for example:
elementor-element-089abc123
and the elementor generated css file: post-14.css has css that looks quite as usual:
.elementor-14 .elementor-element.elementor-element-092a2bb {
background-color: #4054b2;
}
BUT! The elements with problems are outside the div with class: elementor-14 and thus they of course are not affected.
When trying to add new adding elements the CSS file is generated nicely, but those elements are still outside the .elementor-14
What’s going on?