Archived topic
Logo on mobile is under Sub-Menu
5 replies · Started by Dalia on May 26, 2019
Hello,
how can I fix this issue: Logo on Mobile
The Logo should be over the whole menu.
Thanks and regards,
Dalia
Hi there,
try disabling the Mobile header in Customizer > Layout > Header
if not a solution, can you provide a link to your site, you cane edit your original topic and use the Site URL field to share it privately.
Hello David, I provide the link to the side. Disabling is not a solution because the desktop header has another logo.
Rgds, Dalia
try this CSS:
.site-logo.mobile-header-logo {
z-index: 1000;
}
It works. Thank you David :-)
Your welcome