• Resolved jennall

    (@jennall)


    Hello,

    I’m hoping someone can help me out with this. I’m using the Freddo theme. Everything has worked wonderfully with this theme… other than the mobile menu. It displays that it is there in mobile view, however when you go to tap it on your mobile device it doesn’t open.

    It’s probably something I’m doing, but I figured I’d talk to the experts. ??

    Thanks!
    Jenna

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author CrestaProject

    (@crestaproject)

    Hi @jennall
    can you link me your website? This way it will be easier for me to help you ??

    Best Regards,
    CrestaProject

    Thread Starter jennall

    (@jennall)

    Hi there!

    Yes! That would probably be quite helpful wouldn’t it.

    Jenna Lingley Creative

    Thank you,
    Jenna

    Theme Author CrestaProject

    (@crestaproject)

    Hi @jennall
    this happen because you are using both logo and site title inside the “menu bar”.
    In mobile version the space is narrower and therefore the blocks overlap.
    You can solve by going in your WordPress Dashboard under “Appearance-> Customize-> Additional CSS” and paste this code:

    
    @media all and (max-width: 1024px) {
    	.freddoTitleText {
    		display: none;
    	}
    }
    

    This way, only the logo will be visible in the mobile, and you will prevent the blocks from overlapping
    Best Regards,
    CrestaProject

    Thread Starter jennall

    (@jennall)

    This worked perfectly! Thank you very much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Mobile Menu Not Opening’ is closed to new replies.