- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2020
01:36 AM
07-23-2020
01:36 AM
Blocks overlapping each other, need help!
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!
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2020
02:10 AM
07-23-2020
02:10 AM
Re: Blocks overlapping each other, need help!
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!