THEMEHALL
  • Omega
  • Cart
  • Support
  • My Account

Stick the footer to bottom of the page

Home › Forums › Omega › Stick the footer to bottom of the page

Tagged: sticky footer bottom omega

  • This topic has 3 replies, 2 voices, and was last updated 12 years, 6 months ago by han.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • October 21, 2013 at 12:03 pm #628
    pooleroid
    Participant

    Sorry if I take advantage of your kindness, but there’s another question I have to ask you.
    As the title say, is there a way to stick the footer to the bottom of the page and so keeping my site-inner always empty?
    Thank you again!
    Paolo

    October 21, 2013 at 3:26 pm #629
    han
    Keymaster

    Hi Paolo, it’s CSS work so depends on your page structure.
    There are some tutorials on the net that might help you

    October 21, 2013 at 10:22 pm #632
    pooleroid
    Participant

    After a long session i finally did it!
    I’ll leave the solution here for future me.
    Add in custom css (apparence-customize) this:

    .site-footer {
    position: fixed;
    bottom: 0px;
    margin: 0px;
    padding: 10px;
    height: 40px;
    width: 100%; 
    z-index: 9000;

    Then change the height as you need.

    October 22, 2013 at 1:05 am #633
    han
    Keymaster

    Glad you did it and thanks for sharing 🙂

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)

You must login to reply to this topic.

Copyright © 2025 THEMEHALL.

  • Terms of Service
  • Resources
  • Blog
  • Support
css.php