• Resolved pglof2024

    (@pglof2024)


    Hi, great plugin, and I installed the customiser as well. I have a problem with the layout of things. For some reason my password field appears at the top of the page instead of being entered vertically.

    I then went and inspected the code and with some modifications I have found that this code would centre the form vertically:

    #login {

    position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%,-50%)!important;

    }

    unfortunately if I add this code in the CSS customisation under appearance, or even if I add it to the theme settings in Elementor, nothing happens on the front-end, and the form still appears at the top of the page.

    Where can I insert the custom CSS to modify the standard behavior of the form?

    thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Daniyal Raza

    (@daniyalraza01)

    Hello @pglof2024 ,

    Thanks for contacting us. Hope you are doing well.

    Can you please share the screenshot of what exactly happening with login page field input? We need to see the login page. If possible, please share URL also.

    Hope to hear from you soon.

    Thanks & Regards,
    WP Experts Support Team

    Plugin Support Daniyal Raza

    (@daniyalraza01)

    Due to a lack of activity, we assume that your issue is resolved.

    We are going to mark this ticket as resolved. If you have any other issues, please feel free to open a new ticket.

    Have a great day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS customisation’ is closed to new replies.