templaza / astroid-framework

Powerful framework for designers and developers to create responsive, fast & robust Joomla based websites and templates.
https://astroidframe.work/
GNU General Public License v3.0
76 stars 12 forks source link

Footer overlapping content #700

Open KR1275 opened 2 weeks ago

KR1275 commented 2 weeks ago

I want to have my footer at the bottom of every page. I see that my footer is overlapping the content. It's not possible to scroll to see the rest of the page (even worse on small screens, like mobile phones).

How can I get the footer always under the page content (and when the content is short, at the bottom of the screen).

I use custom css:

.astroid-sticky-footer { position: absolute; bottom: 0; width: 100%; }

image

I think the content needs 100% height, but I don't know where to enter this css. Someone who knows this?