Tagged: 

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

    I’m using the below code to make the Footer a sticky.
    #footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    }
    #footer .widget {
    margin: 5px 0 5px 0;
    }

    Can anyone supply code to half the height of the footer? Here is what is looks like now. https://iconic.one/t/
    I’m also using the Testimonials Rotator in the footer just in case you need to know this.

    Thank you

    #826787

    Hey Brand,
    Try adding height:50px; to your code, like this:

    
    #footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height:50px;
    }
    #footer .widget {
    margin: 5px 0 5px 0;
    }

    Best regards,
    Mike

    #826800

    Perfect! Thanks Mike

    #827774

    Hi,

    I’m glad Mike’s solution was able to help you. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Footer Height cut in half’ is closed to new replies.