Re: Template: bbPress Forum Theme
Not sure if they did or not, but it is pretty simple to change. Head to style.css and find the following:
#profile-menu {
list-style: none;
position: absolute;
right: 0;
}
and change to something like the following:
#profile-menu {
margin-top: -20px;
margin-right: -20px;
padding: 20px;
float:right;
}
Not perfect, but something to start from!
Trent