fixed bottom footer
PedroRuiz opened this issue · 6 comments
Dear:
How can I fix the footer at bottom all pages?
I want congratulate you for the awsome work.
Best regards
Pedro
Please provide more information.
How I can stick the footer in to bottom of the window? Currently it is in middle of the window
Preview - https://ibb.co/bWxDo8
Sorry I couldn't upload image here
@reezdevs , @PedroRuiz , I would simply go with bottom: 0px;
or go to style.css
(or if you're compiling styles footer.less
) and add line to footer:
.footer {
left: 240px;
bottom: 0px;
}
UPD
ok, it has unexpected issues on the other pages (seems like only index.html), when footer have position :absolute
thanks, I fix it jet!!! But, thanks
@PedroRuiz how did you fixed it?
Dear.
I have not access to this software jet because it is owned actually by the client.
I cannot remember what I did. Sorry.