The Unbounce editor has clearly defined “blocks” or as html5 calls them, “sections”. Why don’t the other elements get nested in these blocks?
It would make it way easier to manipulate the page. I’d like to have a scrolling long-form page like: http://guidobouman.github.io/jquery-p…
But in order to get the blocks/section heights to be 100% the browser window, I’d have to nest all the absolute positioned elements into the relative positioned blocks/sections.
Is there a particular reason for not nesting? Can’t you just absolutely position elements relative to the section they are in?