Tagged: mobile menu
Hello,
On my site: https://radiancetest.wpengine.com/
I’m seeing an extra space on mobile at the top of my site.
Any ideas how to resolve this?
Thanks,
Hi damon129,
That space is normally hidden on mobile but I do not see that code on your end.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
#top #header_meta {
display: none;
}
}
If you need further assistance please let us know.
Best regards,
Victoria