Hello,
Is there any way to reduce the vertical spacing between each set of input boxes?
Thanks
Hello,
Is there any way to reduce the vertical spacing between each set of input boxes?
Thanks
Sure, with CSS. If you haven't already, copy "theme-my-login.css" to your current theme's directory. Then add something like:
.login p {
padding: 2px 0;
margin: 0;
}
Of course, adjust the settings to the spacing you desire.
Thank you.
This topic has been closed to new replies.