0
kim1
Hello-
My team pop-up profile gets hidden under my menu bar. I cannot see the team member's name or title. If I resize the window smaller, it is visible- but not when the browser window is at the default size.
The same issues are occuring with the slider and I'd prefer to use the slider. But the colored hyperlinks go away when set to slider. . .?!
Thanks in advance for your help.
2 Subscribers
Submit Answer
1 Answers
Best Answer
0
Welcome to our forum. You can add custom CSS to set top margin on popup or ze-index might help you, can you please send me your link? Regards
This is "z-index" property, but its already set to max value, your header also fixed position and has "z-index" value may cause the issue.
.team-popup-box {
z-index: 2147483647;
}
Regards