A link to your site and or screenshot would be helpful 🙂
My apologies! Here you go http://www.passingrass.com/groups/all-medical-growers/forum/topic/medical-growers/
As you can see the forum setup is not adjusted correctly. They don’t look like forums. I still need to figure that part out by checking my plugins.
Thank you
Ok, that looks like the same issue with the avatars that I mentioned the other day, you need to apply that same fix.
Once you do that the layout improves and you will see that the # is part of the topic permalink.
I put this CSS code in and it fixed the forums. Is this the same fix your’re talking about?
table.forum td img.avatar {
float: none;
margin: 0 5px -8px 0;
width: 20px;
}