Adminlte: Fixed Footer (Visible all time)

Created on 29 Oct 2017  路  4Comments  路  Source: ColorlibHQ/AdminLTE

Is there any class or option by which I can also have a Fixed Footer along with a Fixed Header. I have a requirement where I have to make a dashboard where footer has to display some dynamic and real time information like a clock timer and therefore needs to be visible at all times.

Its working for header perfectly but I need for Footer as client is specifically demanding that only

CC: @almasaeed2010 please guide if possible

Most helpful comment

Simply change <footer class="main-footer"> to <footer class="main-footer navbar-fixed-bottom">

Works for me on 2.4

All 4 comments

See fixed to bottom navbar from Bootstrap: https://getbootstrap.com/docs/3.3/components/#navbar-fixed-bottom

@almasaeed2010 Thanks for replying. It was helpful however can u also suggest under which tag shall I put nav bar as it is getting spanned across the whole width of page rather than the content-wrapper.

Simply change <footer class="main-footer"> to <footer class="main-footer navbar-fixed-bottom">

Works for me on 2.4

@bellwood It worked perfectly. I'm really grateful to you

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kgoedert picture kgoedert  路  4Comments

riklaunim picture riklaunim  路  3Comments

fromberg100 picture fromberg100  路  4Comments

frlinw picture frlinw  路  3Comments

gaea44 picture gaea44  路  3Comments