• Resolved sneoo4

    (@sneoo4)


    In two different sites (which are copies) the first text-editor-widget is served as:
    div class=”elementor-widget-container”
    div class=”elementor-text-editor elementor-clearfix”
    <p> text</p>
    and on the second site:
    div class=”elementor-widget-container”
    <p> text</p>


    so this line is not served when I inspect the second site:
    div class=”elementor-text-editor elementor-clearfix”
    The result is that ccs code pointing to the elementor-text-editor widget is not working.

    I can’t find a difference in elementor. What could be the issue here?
    Thanks for sharing your thoughts

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter sneoo4

    (@sneoo4)

    To update on this I found that referring to this element it seems to have been renamed to “elementor-widget-container”.
    My css code is now working with this element.

    • This reply was modified 3 years, 6 months ago by sneoo4.
    Plugin Support lavig1

    (@lavig1)

    Hey @sneoo4 ,

    I am glad to hear that you managed to find the cause of the issue.

    Regards,
    Lavi.

    Thread Starter sneoo4

    (@sneoo4)

    Hi Lavi,
    Thanks for your repy. Any clue with which release was this changed, and why on my first site it still seems to work?
    Regards, Evert

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘strange behaviour elementor-text-editor widget’ is closed to new replies.