Bad code rendering – “elementor-row”
-
Hi.
The tag <div> with the class elementor-row is missing.
This is a normal code construction:
<section>
<div class=”elementor-container …”>
<div class=”elementor-row”>
<div class=”elementor-column…”></div>
</div>
</div>
</section>Ok, so this is the code construction in my website:
<section>
<div class=”elementor-container …”>
<div class=”elementor-column…”></div>
</div>
</section>The tag <div class=”elementor-row”> is missing. And in responsive format the columns never reach 100% width and one below the other.
Thank you.
ángel.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Bad code rendering – “elementor-row”’ is closed to new replies.