[Support request] footer bar margin

Home Forums Support [Support request] footer bar margin

Home Forums Support footer bar margin

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2042918
    Cynthia

    I have a temporary “under construction” page setup with very little content so the footer bar is far above the bottom of the screen. There appears to be unwanted margin under the footer bar, but the unwanted space is different on Chrome vs. Firefox. How can I use CSS to make the footer bar be flush to the bottom of the screen no matter what browser it is viewed in (mobile view AND desktop view) ?

    I can’t figure out which element it is. Website down below.

    Thank you

    #2042978
    Ying
    Staff
    Customer Support

    Hi Cynthia,

    Try this CSS:

    .site-footer {
        position: fixed;
        width: 100%;
        bottom: 0;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.