A GPT4 session solved most of it by
1) changing .globe_wrapper:
position: absolute;
2) adding:
body { display: flex; flex-direction: column; min-height: 100vh; margin: 0; }
.content-area { flex: 1; /* Takes up all available space */ }
.site-footer { z-index: 10; /* Above the globe */ margin-top: auto; /* Pushes the footer to the bottom */ }
The only thing now is that the footer bar is cut off a little bit, so the text in it doesn’t show. It would be nice if the bottom of it is what sticks to the bottom of the screen (But this isn’t very important right now).
***
Thanks for your input, it was very important and helpful.
I have many more ideas for this plugin, since I have well defined needs for the site https://united.earth (soon to open). United Earth is a project for a political movement to create the next step of our political evolution as stewards of the planet: a global democracy capable of tackling all the global threats to our biosphere and humanity as a whole.
We need to create a visualization lab for the project, as well as a data collection project with adequate high level geographical data. We want to propose a better geopolitical organization and need to illustrate how this may look like and gradually implemented.
Tell me if you would be interested in joining this work.
best regards
Karl
-
This reply was modified 9 months, 3 weeks ago by aakerro.