Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #650795

    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!

    #651118

    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

    #651380

    It works great! thank you :-)

    #651936

    Hi,

    Great, glad we could help :-)

    Thanks,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.