badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Adding a sticky footer

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #39989
    gibtneuigkeiten
    Participant

    Hello team!

    Is there a function giving by the attitude theme to active a sticky footer? (footer which will be always on the end side if there is not enough content to fill the page)

    Best regards

    #40030

    Hi

    To have a sticky footer Go to Appearance -> Customize OR Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    body {
       height:100%;
    }
    .wrapper {
       min-height:100%;
       position: relative;
    }
    #site-generator {
       position:fixed;
       bottom:0;
       width:100%;
       background-color: #fff;
       max-width: 1038px;
    }

    Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.