I can't log in on my forum now. I hit the "log in" at the top right hand corner of my forum and it just refreshes my forum. It doesn't pull up the log in box like it normally does.
0
I have checked your site and run into the same issue.
The login link is: https://readiculous.forumspark.net/login
Do you have anything in board templates that may interfere with the top usermenu?
0
It seems my CSS fix for the logo being so small is causing this. This should fix it:
.page-header__logo {
height: auto;
width: auto;
margin-left: 0;
}