Hello @jurgenp,
We checked your issue again and could replicate it on our end.
Please use the following CSS to solve it:
Please put the CSS below in Customizing > Custom CSS/JS > CSS Code:
/* Resolve Main Menu Display When Using Boostrap */
#site-navigation-wrap .dropdown-menu {
display: block;
float: none;
position: relative;
top: auto;
left: auto;
border: none;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
For more information about the CSS/JS code on the customizer, please read this link:
https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website.
Best Regards