HI,
I removed the URL from the text as you requested.
Regarding the solution, you need to add this small fix to make it work fine.
Open assets/sections.css
file
Find:
.html-section {
display: block;
}
and replace it:
.html-section {
display: block;
overflow: hidden;
}
Let me know if everything is working as expected.