• Resolved jwfw75

    (@jwfw75)


    Hi there

    I’m having an issue with this page on the mobile version, the logo hangs over the top of the calendar, and it’s just too big – I can’t work out where I can change it so the logo doesn’t show in the mobile version. It’s fine on the web, but if anyone visits this page with their phone, they’ll see a different and messy looking top of the calendar.
    I tried all the menus, I went to Enfold Child, but I can’t work out how to change it.
    Many thanks for now
    James

    • This topic was modified 3 years, 4 months ago by jwfw75.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can remove the logo from mobile like this:
    Admin –> Customizer –> Additional CSS:

    @media only screen and (max-width: 767px) {
    .responsive .logo img {
        margin: 0;
        display: none;
    }
    }
    • This reply was modified 3 years, 4 months ago by corrinarusso.
    Thread Starter jwfw75

    (@jwfw75)

    Thank you very much for your help, really appreciate it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Logo issues with events calendar on mobile’ is closed to new replies.