Hi.On registeration page "Existing users Login" part comes before "New Users Registration" part.I want to replace them so New Users Registration part comes first.I looked at css but couldnt figure out how to do this.
ps:I use wp-members-kubrick.css
Hi.On registeration page "Existing users Login" part comes before "New Users Registration" part.I want to replace them so New Users Registration part comes first.I looked at css but couldnt figure out how to do this.
ps:I use wp-members-kubrick.css
You MIGHT be able to do that with CSS. Both the login form and the registration form are wrapped with their own div ids, so you could do something with how those divs are displayed in relation to each other.
Thanks for answer.I looked again and couldnt find appropriate codes.css is in the following link.Help please.
does some one know how to keep user online even if they are loge of ?
http://WWW.BIONICKO.COM
@bionicko - that really doesn't have anything to do with this thread. If you have a question that is unrelated, you should start a new thread.
@use412 - you won't find anything in the existing CSS regarding positioning of the forms. That would be something you would need to come up with on your own. What you would need to do is position the #wpmem_reg above the #wpmem_login. A big piece of that is going to be heavily dependent on the other elements of your theme.
This topic has been closed to new replies.