Archived topic
Text "menu" not in line with hamburger menu icon
5 replies · Started by Mathias on May 24, 2017
Hello,
in mobile view, the text "menu" is not in line with the hamburger menu. It worked until recently, now it doesn't anymore.
What could be the problem
See my website: https://upconversion.de
thanks a lot
Hi there,
Looks fine to me? https://s17.postimg.org/jpeh3funj/IMG_5558.png
Maybe try clearing browser cache?
thanks for your quick reply,
I cleared browser cache on my mobile device, but still on both browsers (LG brother and Chrome) the word "menu" falls to the next line. Same problem on my brothers device.
Can you try a different browser? Or a different device?
I don't know what happened, maybe after a theme update ??
thanks
Hmm don't think it's a theme/plugin update problem as we haven't had any reports on this.
Unfortunately I only have one phone. Just tested in Safari and it also worked.
I'll ask Tom to take a look :)
Meanwhile wouldn't hurt to try #1 on this page quickly:
https://docs.generatepress.com/article/debugging-tips/
Okay,
I had this script in my functions.php
mobile header content script
add_action( 'generate_inside_mobile_header','tu_mobile_header_html' );
function tu_mobile_header_html() { ?>
<?php }
I deleted it and I uploaded a normal logo. Now it's fine.
Glad you found the solution!