Bugs Profile Cover - Last activity date, tabs and design issue

Fatih

Member
Hi there. After install profile cover add-on, there is some problems we found...

1- If you click to ourself or another users memberCard, you can't see their last activity.
2- If you click to member profile tabs in bottom or middle of page, trigger to the top of page.
3- If you look at the photo position, you will see there are margin -10px problem so this is will fix that;

Code:
.profilePage .primaryUserBlock
{
       margin-top: -10px;
}

Or you can try another CSS values. That's just a suggestion but believe me other design are bad. There is a problem between cover and primary user block border;

border.webp
 
Back
Top