Comments carlos started the conversationJanuary 19, 2014 at 2:40amIs there a custom CSS to make the footer (the one that holds the social media icons) to be fixed at the bottom (just like the top menu) so it's always visible? 1,070ThemeNectar repliedJanuary 22, 2014 at 5:16amHey - add this into you Custom CSS box located in your Salient Options panel:body #footer-outer { position: fixed!important; bottom: 0px!important; width: 100%; }Cheerscarlos repliedJanuary 22, 2014 at 5:50amthis is for both footers?? I only need the thin at the very bottom (the one that holds the social media icons), not the one that holds the widgets. 1,070ThemeNectar repliedJanuary 23, 2014 at 12:08pmChange that to:body #footer-outer #copyright { position: fixed!important; bottom: 0px!important; width: 100%; }Cheers :)Tobias repliedMay 31, 2014 at 10:31pmHiI was needing this an although it works well in that it fixes it to the bottom, when I add it it removes the footer background I have http://alfornok.nextmp.net/Thanks 1,070ThemeNectar repliedJune 3, 2014 at 11:22am Hey Tobias, I'm seeing an inline style on your footer that's setting the BG transparent. Are you sure this only occurs when using the snippet above? You could always solve it with this too: body #footer-outer #copyright { position: fixed!important; bottom: 0px!important; width: 100%; background-color: #000!important; } Cheers Sign in to reply ...
Hey - add this into you Custom CSS box located in your Salient Options panel:
Cheers
this is for both footers?? I only need the thin at the very bottom (the one that holds the social media icons), not the one that holds the widgets.
Change that to:
Cheers :)
Hi
I was needing this an although it works well in that it fixes it to the bottom, when I add it it removes the footer background I have
http://alfornok.nextmp.net/
Thanks
Hey Tobias, I'm seeing an inline style on your footer that's setting the BG transparent. Are you sure this only occurs when using the snippet above?
You could always solve it with this too:
Cheers