• Resolved karen1309_

    (@karen1309)


    With the Evolve theme (version 3.4.3) I’d like to know how to make the footer sticky – so that it constantly shows at the bottom of the page while strolling. How would this be possible, within a child theme?

    Thanks,
    Karen

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    In your Theme Options -> Custom CSS, Please try out the following codes.

    .footer {
        bottom: 0;
        position: fixed !important;
        z-index: 9999;
    }

    This code will not be gone when you update your theme.
    It’s saved inside your options table in database.
    This is the recommended way with Evolve Theme.

    Thanks!

    Thread Starter karen1309_

    (@karen1309)

    Awesome, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Creating a sticky footer’ is closed to new replies.