Tagged: Responsive Menu
Hi There,
I have setup my site with the responsive pop-out menu. I think that it would make sense to have my logo displayed at the top of the menu where the blank space is now:
Would this be possible ?
Hey!
You can try following css code mod. It will add a margin (instead of a padding) to the slideout menu and the default logo should be visible at the top. Insert it into the quick css field
#mobile-advanced {
margin: 81px 0 0;
padding: 0;
}
.show_mobile_menu #advanced_menu_toggle{
display: none !important
}
Regards,
Peter
Hi,
Thanks for getting back to me. I have tried this on my iphone and now the menu button has disappeared ??
Any ideas ?
Hi!
I changed the code a bit. Please try it again. You maybe need to increase the 81px value to push the menu down a bit.
Regards,
Peter
Hi there,
That seemed to work a bit – the header is now visible but it is showing the language bar and contact, not the logo
could it be related to this:
https://kriesi.at/support/topic/header-not-rendering-correctly-in-responsive-view
You need to change the top margin – set it to 176px (instead of 81px). Tbh I’d not include the logo in the menu because it eats up too much space at the top but it’s up to you.