• Resolved gottfrieds

    (@gottfrieds)


    In Edge I have a problem with the footer – see image.

    The footer is directly under the form while the credit is in the correct place. What might be the reason? In Chrome and Opera everything is okay.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Abdul Wahab

    (@abdulwahab610)

    Hi, @gottfrieds

    Sorry for the inconvenient error. We’ll fix this issue in our very next update. For the quick solution please add the following CSS snippet in LoginPress customizer. Helping screenshot

    .footer-wrapper{
        display: block;
        position: absolute;
        width: 100%;
        bottom: 0px;
        top: auto;
        left: 0;
    }

    Thank you for making LoginPress error-free. 😊

    Thread Starter gottfrieds

    (@gottfrieds)

    Thanks – it helped.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Footer problem in Edge’ is closed to new replies.