By JH on Wednesday, 03 June 2015
Posted in Technical Issues
Likes 0
Views 547
Votes 0
Hi folks,

When I updated to the latest version of ES, the position of my profile avatars changed (they appeared at the bottom of the page). So I fixed it with a CSS hack. However, now I realize that the avatar div is covering the links on the left column (Filters, Apps, etc.) and making them un-clickable. Can you suggest a way to put the avatar in its proper position without making these links inactive?

My site details are below.

Thank you!

James
Hello JH,

Can you try apply the following css code and see how it goes?
body div#fd.es .es-profile-header-avatar {
z-index: 0;
}
·
Wednesday, 03 June 2015 20:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Perfect! Thank you, Ezrul!

James
JH
·
Thursday, 04 June 2015 17:57
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome James.
·
Thursday, 04 June 2015 18:03
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post