Comments Daniel started the conversationNovember 28, 2014 at 8:39pmHey guys!I'd like to make footer fixed, but just on home page and in desktops. How can I do that?Thank you! 8,847Tahir repliedNovember 29, 2014 at 3:18pmHey!We dont have a hack for it but its on the wish list for future updates. Best,-T ThemeNectar Support Team Daniel repliedNovember 29, 2014 at 6:48pmHey Tahir, how are youOh really? Sad :(CSS code no too? 8,847Tahir repliedDecember 1, 2014 at 1:46pmHey Again!There are some makrup changes needed as well as css so its better to leave it for the next update. Best,-T ThemeNectar Support Team Daniel repliedDecember 1, 2014 at 3:16pmNice! So we will wating for it. Some idea to a schedule for this update? 1,071ThemeNectar repliedDecember 3, 2014 at 7:03am Hey! Try this for now :) #footer-outer { position: fixed!important; width: 100%!important; bottom: 0; left: 0; } Cheers Daniel repliedDecember 3, 2014 at 3:59pmThis works but in whole site. I need a fixed footer just in home. Anyway thank you so much! 8,847Tahir repliedDecember 3, 2014 at 4:48pmHey!For home only use this:.home #footer-outer { position: fixed!important; width: 100%!important; bottom: 0; left: 0; } ThemeNectar Support Team 8,847Tahir repliedDecember 4, 2014 at 12:57pmohk, well the home class is not added as you have not yet set it as home. You can use page id instead like this:.page-id-155 #footer-outer { position: fixed!important; width: 100%!important; bottom: 0; left: 0; } Thanks ThemeNectar Support Team 8,847Tahir repliedDecember 5, 2014 at 3:46pmHey!The css seems to be working alright: http://prntscr.com/5dfgap . Thanks ThemeNectar Support Team Daniel repliedDecember 30, 2015 at 8:26pmThank you Tahir! Sign in to reply ...
Hey guys!
I'd like to make footer fixed, but just on home page and in desktops. How can I do that?
Thank you!
Hey!
We dont have a hack for it but its on the wish list for future updates.
Best,
-T
ThemeNectar Support Team
Hey Tahir, how are you
Oh really? Sad :(
CSS code no too?
Hey Again!
There are some makrup changes needed as well as css so its better to leave it for the next update.
Best,
-T
ThemeNectar Support Team
Nice! So we will wating for it. Some idea to a schedule for this update?
Hey!
Try this for now :)
Cheers
This works but in whole site. I need a fixed footer just in home. Anyway thank you so much!
Hey!
For home only use this:
ThemeNectar Support Team
ohk, well the home class is not added as you have not yet set it as home. You can use page id instead like this:
Thanks
ThemeNectar Support Team
Hey!
ThemeNectar Support Team
Thank you Tahir!