如何修改此代码以使登录表单位于顶部而不是中心。
***** custom_login.css *****
/* Change background image and font family */
body {
background-image: url(background.png);
font-family: Arial,Verdana,sans-serif;
}
/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
background-image: url(logo.png);
width: 213px;
height: 97px;
background-size: 213px 97px;
}
/* Add a few changes to the color and style of form itself */
.login label {
color: #454545;
display: block;
margin-bottom: 1em;
font-weight: bold;
}
.login form .input {
font-weight: normal;
}
.login #backtoblog a, .login #nav a {
color: #4da28f;
}
.wp-core-ui .button-primary {
background: #4da28f;
}
答案 0 :(得分:-1)
没有任何元素可以将您的登录格式设置为屏幕的中心。 也许有一些.js(脚本)文件可以改变它!