Sticky Footer

  • This topic has 1 reply, 2 voices, and was last updated 1 year ago by Support. This post has been viewed 1695 times
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10045940
    middlemann
    Participant

    do you guys have a sticky footer for this theme?


    #10045941
    Support
    Keymaster

    Hello, we don’t have an exmple of that but you can add a custom css:

    @media (min-width: 992px) {
        #footer {
            position: fixed !important;
            bottom: 0;
            width: 100%;
    	z-index: 999999;
        }
    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic is marked as "RESOLVED" and can not rceive new replies.