- This topic has 2 replies, 2 contibutors, and was last updated 9 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Question
Answers
Viewing 3 posts - 1 through 3 (of 3 total)
- The question ‘Top menu lost’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Solutions › Social Learner › Top menu lost
Hi,
I lost the top menu after updates: http://oceanphase2.wpengine.com/
It is only present on roll-over and it is lower than it was. You can see the website before the updates here: http://oceanschool.wpengine.com/
Could you please tell me how to fix this ?
Thank you
ok, I fixed it with adding this in the css:
body.is-desktop #header-menu > ul > li { height: 92px !important;}
the height was at 12px and that was the problem…still you should fix this in the theme.
Hi @adminchroncleproject-com, Please add this css code in your custom css
body.is-desktop #header-menu > ul > li {
height: 92px !important;
}
Regards
Pallavi