Avoid Excessive Use Of “position: absolute”

TODO:

Hey Sammie,

I looked at the template and I see a couple of things that are challenging. There is certainly something in the code (CSS probably) that it causes the builder not to render blocks correctly. So far what I have found is that the LHander makes a lot of user of “position: absolute;” which detach elements from the DOM, meaning, they height doe not count when the builder is trying to find out how tall is the block that contains those element.
Using “position: absolute” ins not necessarily wrong, but it is clear a shortcut that can be used to position elements where we want. Since the theme that you are trying to convert makes excessive use of the absolute rule, it makes sense to avoid importing the whole CSS (in this case main.css), and bring the CSS per block and correct the absolute rule.
That being said, this is a beautiful template that should be converted, but the conversion will not be straight forward.
If you want to continue, I can help you, but it might be faster to choose a different template.
What do you think?
–Raul