Okay
  Public Ticket #3184764
Bottom of page turns black when scrolling
Closed

Comments

  • henningsanden started the conversation

    Hi,


    When I scroll to the bottom of my page, the background shrinks as I scroll and the gap revealed between the page and the footer turns black and grey. How can I prevent this from happening? I want to ideally remove the shrinking or change the colors of the revealed background?

    Attached files:  Screenshot_1.png

  •  1,877
    Judith replied

    Hi There,

    Please try this css:

    .wpb_row .row-bg-wrap .inner-wrap {
        clip-path: none !important;
    }

    Thanks.

  • henningsanden replied

    Brilliant, that works! Is there a way to do this directly in the theme without css?

  •  1,877
    Judith replied

    Hi There,

    We may need to access your website to look into the settings.

    Thanks.