https://www.screencast.com/t/EVc6P7DMyVl
https://www.screencast.com/t/abiNG9gu (the highlighted txt is the code for the blocks)
How do I edit these blocks, so they don't overlap?
Please help, thanks! ![]()
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!