• Resolved lkrefski

    (@lkrefski)


    On my login and registration pages, the login and register buttons are overlapping. They are not spaced out properly. Why is this happening and how do I fix this?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Towhid

    (@cryptex_vinci)

    Hi @lkrefski

    You have added 2 column row in your login form. You can change this from Form Builder. Go to Ultimate Member > Forms > Default Form

    Thanks

    Thread Starter lkrefski

    (@lkrefski)

    @cryptex_vinci Thank you for responding to my question. My login form looks like this Login Form. I don’t see where I told it to make it a 2 column row. My choices under Ultimate Member > Forms is Default Registration, Default Login and Default Profile. The screenshot I am showing is for Default Login. What do I need to change to fix it?

    Thank you.

    Plugin Support Towhid

    (@cryptex_vinci)

    Hi @lkrefski

    Insert this css in Appearance > Customize > Additional CSS

    #post-157 .um-login .um-col-1,
    #post-157 .um-login .um-col-alt,
    #post-157 .um-login .um-col-alt-b {
        float:none !important;
    }

    Thanks

    Thread Starter lkrefski

    (@lkrefski)

    @cryptex_vinci That worked. Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Buttons overlapping on UM Login and Registration Pages’ is closed to new replies.