This seems like a common problem today, tried to fix without luck. I use Ubermenu and a child theme for this too. I used this tutorial to integrate. http://sevenspark.com/docs/ubermenu-3/theme-integration/enfold
Hey Shane,
Please try the following in Quick CSS under Enfold->General Styling:
#header_meta {
margin-top:-21px !important;
}
Best regards,
Rikard
Thanks, Rikard, but this did not work. There is actually an icon there as well. You can see it on this website I updated as well: http://accentonskin.org/
You can see the code that does this:
Sorry, this does seem to work, thanks!
Hi,
Thanks for the feedback, we’ll keep the thread open in case you should have any further problems on the topic.
Best regards,
Rikard
I am having the same issue on my website and saw a few other people post this today.
tiny menu tiny showed up with an x after updating to 4.1.1
http://www.bigboytravel.com/europe/austria/salzburg/
Solution:
Add the following code and adjust the px to cover the corrected screen sizes or even get ride of the @media wrapper I added.
@media only screen and (min-width: 900px) {
#advanced_menu_hide { display: none!important; }
}
@media only screen and (min-width: 900px) {
#advanced_menu_toggle { display: none!important; }
}
Jon