Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi,
When the menu gets into two rows, the line height is so big, that it moves into the hero image. Also in mobile menu there appears a gap below the menu.
Here is a test page, not very much on it, but you can see the problem:
http://dpdn.synology.me/test/testseite/
Thank you and all the best
Hi Thomas,
I can’t seem to see the first issue you described (mainly due to the hero widget not being present) but I can see the mobile issue you’re referring too.
You can fix this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
You might also need to install the SiteOrigin CSS Editor.
Hi Alex,
Meanwhile I set the Mobile Menu Collapse to 960, so it collapses before the menu gets two rows. Seemed the easiest workaround.
Added your CSS. When adjusting the window size on a pc it looks fine, but on the iPhone in portrait mode there is still the black bar below the navigation.
Hi Thomas,
This is due to your image being smaller (height wise) than your masthead (on mobile at least). To resolve this issue, please navigate to WP AdminAppearanceCustom CSS and add the following CSS:
You might also need to install the SiteOrigin CSS Editor.
Hi Alex,
That made the trick. Thanks a lot.