How do I move a misplaced div tag?
SO on my main page, for some unknown reason, there's this
<div data-elementor-type="wp-page" data-elementor-id="53" class="elementor elementor-53">
<main class="elementor-section elementor-top-section elementor-element elementor-element-4e5a250 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4e5a250" data-element_type="section" data-e-type="section">
That div tag for the data elementor type is showing BEFORE the main class tag, which is breaking my accessability reports. Now, on all other pages on my site, i'm getting the main tag, then the div, in the right order.
Is there ANY way to get this fixed? Or do I have to start a new page, copy over everything, and pray?
UPDATE: Found the problem! I had the wrong template chosen in the WordPress editor, I was comparing working vs non-working pages, and I checked both. Swapped the home page to the default, and it's good.