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*

Footer always at the bottom

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #53994

    @stefanie2

    Add below custom css with the above one which will not hide your footer content and background color will be fixed too.

    #main {
        padding-bottom: 134px;
        background-color: #fdf5e6;
    }

    Thank you!

    #54048
    stefanie2
    Participant

    Thank you so much for the quick reply. It works like a charm except for one last detail.
    When viewing the page on mobile the footer is at the correct position but it cuts off some of the side bar content. You can see it happen in this screenshot. Could you provide a solution that displays all of the content like seen here?
    Thank you very much!
    Stefanie

    #54049

    Hi Stefanie,

    Oh! Sorry forget to add the CSS for mobile devices. Please add below custom css.

    @media only screen and (max-width: 767px) {
        #main {
            padding-bottom: 212px;
        }
    }

    Thank you!

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