Okay
  Public Ticket #3074539
Footer Reveal
Closed

Comments

  • Ian Thompson started the conversation

    Hi,

    I was asked to raise a support question as I enquired whether it is possible to create a footer reveal on scroll effect.

    User: spagrand on theme forest.net

    Many thanks, 

    Ian

  •  435
    David replied

    Hey there Ian,

    Please add this CSS

    @media screen and (min-width:1024px) {

    div#primary-content-wrap {
        margin-bottom: 540px;
        z-index: 9999 !important;
        background: #fff;
    }

    footer#site-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: -999;
    }

    }


    Best regards,
    WaspThemes team

    And don't forget to rate our plugin, it means a lot to us!

  • Ian Thompson replied

    Hi David,

    That is great, thanks for your amazing support!!!!

    My footer gets a little chopped off depending on my screen format at the top, so is there a way to set the footer height for mobile, tablet and desktop please?

    It's amazing what's possible with your plugin, it would be great if there was a feature list/library that you could give paid plugin members access to.

    Thanks again,

    Ian

  •  435
    David replied

    You could set use our plugin and use responsive tool and then use it to add the height?

    Best regards,
    WaspThemes team

    And don't forget to rate our plugin, it means a lot to us!