Menu Label Overlap after update
-
Hello. After upgrading to version 7.5, the menu labels are overlapping with the header. I haven’t been able to find a solution. Please refer to the attached image for details.
Attachments:
You must be
logged in to view attached files.
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.website-wrapper .whb-row {
z-index: 1;
}
Kind Regards
It worked perfectly!
Thank you, Artem.
You are always welcome. Feel free to contact us if you have any further questions.
The topic ‘Menu Label Overlap after update’ is closed to new replies.