MCHamzor
-
Posts
4 -
Joined
-
Last visited
Reputation Activity
-
MCHamzor reacted to Ziggy in Sticky header + footer
If you're on SQS 7.1 you can set the header to fixed and basic, it will stay at the top.
If you want to have a short fixed footer, this CSS would do the trick:
#footer-sections { position:fixed !important; bottom:0px !important; z-index: 999; width:100%; } Let me know if that works for you.