Tagged: 

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

    Please can you help with a fix to push the footer down to the bottom of the page when there isn’t enough content? I’ve tried position: fixed but I do not want this behavior.

    #1277613

    Hey callumwhitehouse,

    Can you try adding this CSS code in Enfold > General Styling > Quick CSS:

    .page-id-108 #main .container_wrap_first {
        min-height: 65vh;
    }

    just adjust the value (100vh is the whole height of the screen).

    Best regards,
    Nikko

    #1277764

    Thank you.

    #1277833

    Hi callumwhitehouse,

    You’re welcome :)
    Just let us know if you need further assistance.

    Best regards,
    Nikko

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