Hi @biz-woman,
Can you provide me your site URL to have a look?
If you want to keep it private send me an email to [menu.image.support AT jedipress DOT com]
Thanks
I remember that happened a similar situation a couple days ago.
Can you try Add the code below to the Additional CSS field in the theme customizer (Appearance-> Customize -> Additional CSS)
#et-top-navigation .nav li.menu-item, .navigation-top .main-navigation li {
display: inline!important;
}
Clear the cache and test again.
That fix didn’t work on my site but this did.
#et-top-navigation .nav li.menu-item, .navigation-top .main-navigation li {
display: inline-block!important;
}
-
This reply was modified 6 years, 8 months ago by
Biz-Woman.
Great. I’m glad it’s sorted.
Thanks for sharing your solution.