Title: CSS customisation
Last modified: May 25, 2024

---

# CSS customisation

 *  Resolved [pglof2024](https://wordpress.org/support/users/pglof2024/)
 * (@pglof2024)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/css-customisation-4/)
 * 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 {
 *     ```wp-block-code
       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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-customisation-4%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Daniyal Raza](https://wordpress.org/support/users/daniyalraza01/)
 * (@daniyalraza01)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/css-customisation-4/#post-17786246)
 * Hello [@pglof2024](https://wordpress.org/support/users/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
 *  [Daniyal Raza](https://wordpress.org/support/users/daniyalraza01/)
 * (@daniyalraza01)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/css-customisation-4/#post-17801240)
 * 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.

 * ![](https://ps.w.org/password-protected/assets/icon-128x128.gif?rev=2824217)
 * [Password Protected — Lock Entire Site, Pages, Posts, Categories, and Partial Content](https://wordpress.org/plugins/password-protected/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/password-protected/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/password-protected/)
 * [Active Topics](https://wordpress.org/support/plugin/password-protected/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/password-protected/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/password-protected/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Daniyal Raza](https://wordpress.org/support/users/daniyalraza01/)
 * Last activity: [1 year, 10 months ago](https://wordpress.org/support/topic/css-customisation-4/#post-17801240)
 * Status: resolved