Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Silkalns

    (@silkalns)

    You can achieve this with Sparkling theme by adding this code to Appearance >> Theme Options >> Other >> Custom CSS.

    #page {
      margin-bottom: 600px;
      position: relative;
      z-index: 200;
      min-height: 650px;
      background: #EEE;
      -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    }
    
    #footer-area {
      padding-top: 375px;
      vertical-align: middle;
      position: fixed;
      bottom: 0px;
      left: 0px;
      width: 100%;
      z-index: 0;
    }

    This code fixes footer to bottom creating effect that it was hidden behind content area. A nice looking tweak.

    Let me know if this is what you were looking for.

    Thread Starter Dzejdi

    (@dzejdi)

    You are awesome! This is perfectly what i was looking for ?? Thank you for this tweak, and for this great theme!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footer look’ is closed to new replies.