View profile

Ozzy47

Former Developer
Customer
I have noticed a error in user profiles as you add more DBTech mods on your site, or any mods that add a tab above the area where you would type a visitor message.

If you have more that ten tabs on there and less than thirteen the tabs cover the: View Your Conversation with USER

Seen here:
My Site
14dc5a7499e53e.png

DBTECH Site
14dc5a749b3cc9.png


If you search in templates for:
.vm_other_prof #view_my_conversation_link

Which is in member.css template and find this:
.vm_other_prof #view_my_conversation_link {
margin-top:-25px;

And change it to this:
.vm_other_prof #view_my_conversation_link {
margin-top:0px;
Then that moves the View Your Conversation with USER line into the main block as seen here:
14dc5a749cc36f.png
 
Back
Top