Hi, Prasanna
Today, I found how to fix an avatar that mess up with the text.
You have to change padding from 0px to 30px in your CSS
it will look like this
#login-register-password p {
margin: 0 0 15px 0;
padding-left: 30px;
}
Now, I have one question to ask from your that how do I change my avatar? Now I use a default one.
Very Thanks for helping me at the beginning.