• Resolved Get Automated

    (@getautomated)


    Loving the plugin! I’m not sure if this behavior is expected, or has recently changed as I don’t recall it being this way before… but then again, I can’t recall what it was like before so perhaps it has been like this.

    I can change the z-index of the footer to have the button slide under it, but I was wondering if there was either a setting or recommended fix to have the call now banner either disappear when reaching the end of the page, or perhaps adding extra space past the end of the footer for the call-now banner to take up, allowing the full footer to be visible?

    Any tips appreciated, thanks!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jerry Rietveld

    (@jgrietveld)

    Hi there,

    Thanks for your message! You should be able to do this with a little bit of CSS. In WordPress, go to Appearance > Customize > Additional CSS.

    In the window that appears, add the following:

    
    @media screen and (max-width: 650px) {
      body {
        padding-bottom:60px;
      }
    }
    

    This adds just enough extra spacing at the bottom of your pages so the footer becomes fully visible. Let me know how it goes.

    Cheers,
    Jerry

    Thread Starter Get Automated

    (@getautomated)

    Yep, I think that’s gonna be a winner! Thanks for the quick and easy fix!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Call now full-width banner covers footer’ is closed to new replies.