Hi @ralfsrubinc23d ,
This occurs due to CSS. it seems like your CSS for p tag is not proper.
For solving the issue, you can add the <br/> after the <p> tag.
The syntax will be like :
<p>{{widget type="" }} </p><br/>
You can solve this issue using CSS as well.
https://stackoverflow.com/questions/5311706/position-fixed-content-overlapping-problem
Hope this helps you!
Problem Solved! Click Kudos & Accept as Solution!