• Resolved riley25

    (@riley25)


    Good Afternoon

    I need some help with the mobile menu on my website. The problem is when a use clicks the hamburger menu the logo is interfering with selecting About SVSC. I would either like to move the text of the mobile menu to the right side or reduce the size/remove the logo.

    Can someone help me with this?

    Cheers
    Jason

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @riley25,

    I’d suggest trying the following CSS snippet. You can add it to the ‘Additional CSS’ section of the customizer, which you can get to from the dashboard by navigating to ‘Appearance > Customize > Additional CSS’

    @media only screen and (max-width: 40.063em) {
      .custom-logo-link img {
        width: 75px;
      }
    }

    That will shrink the logo size down to 75px on mobile devices.

    Let us know if that helps out.

    Evan

    Thread Starter riley25

    (@riley25)

    Evan

    That is Fantastic!

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Need help with Mobile Menu’ is closed to new replies.