one last thing, how can I minimize the distance between the image and the top of the login box?
one last thing, how can I minimize the distance between the image and the top of the login box?
It depends by the Theme: you should work with css, try e.g. setting
#login {
margin-top: 0;
}
Hi,
I have changed css
/* set here position and size of Login form (see screenshot3)
margin: top right bottom left */
#login {
width: 320px;
margin: 0px auto;
}
There is still a blank space between my logo image and login box.
I have solved that. I should add the logo through #login h1 not the template_mid_header.php
Thanks anyway.
You must log in to post.