Troubleshooting
The mobile drawer drops at the top of the page
This was the 2.1.1 fix. If you are still seeing it, you are on an older build. Update to 2.1.1 or newer. The fix renders the drawer outside #onav-root so its position:fixed; bottom:0 resolves to the viewport.
The primary nav appears below the topbar with a gap
The nav and topbar each used to reserve only their own height. From 2.1.2 onward, the critical inline CSS reserves the sum of both. If the gap persists, clear any page-cache plugin and reload - the inline CSS is emitted per-request.
Logo looks too small, even after I raise the height
From 2.3.2, the bar height grows to fit the tallest rendered brand element. The effective height comes from effective_nav_height(). If your logo is still overlapping, set logo_height explicitly under Brand rather than relying on the image's native dimensions.
OEngage utility bar overlaps my topbar
Open ONav > Topbar and set oengage_order to above or below. ONav detects oe_settings.utility_bar_enabled automatically; if both bars still collide, check that the OEngage plugin is on its latest version - older builds emitted hard-coded top rules that fight ONav's CSS variables.
Google Fonts are loaded from the nav
ONav used to register a few weights from Google Fonts directly. OTheme dequeues those at priority 999 by default. If you want them back, add add_theme_support( 'orv-google-fonts' ) in your child theme.

