Tagged: enfold, hamburgermenu
Hi Team Kriesi,
Thanx to some awesome code i found here i was able to hide the logo at the homepages (normal and mobile) from my website. It works great except.. If i look at the website at my mobile, at the homepage (yes only there) the hamburger menu is only half visible. At the rest of the pages where the logo is visible it’s on the correct position.
Could you help to move the hamburger menu at my mobile homepage to the correct position?
Code in Quick CSS used to hide the logo from the home pages:
.home .logo { display: none!important; }
Thank you!
Hey Daan,
Thanks for getting in touch with us!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.home #advanced_menu_toggle {
top: 35px;
}
Best regards,
Jordan
It works great! thank you :-)