Viewing 5 replies - 1 through 5 (of 5 total)
  • hannah

    (@hannahritner)

    Hey, try adding this into your custom css box in theme options > advanced settings.

    @media (max-width: 1000px) {
    header #logo a.brand, .logofont {
    line-height: 40px;
    font-size: 30px;
    }
    }

    Hope that helps!
    Hannah

    Thread Starter larchmontdigital

    (@larchmontdigital)

    Hi Hannah,

    Thanks for getting back to me so quick! I just tried your suggestion, but unfortunately, it doesn’t seem to be working. Please let me know if anything else comes to mind.

    Thank you so much!

    hannah

    (@hannahritner)

    Try this instead:

    @media (max-width: 900px) {
    header #logo a.brand, .logofont {
    line-height: 40px !important;
    font-size: 30px !important;
    }
    }

    Thread Starter larchmontdigital

    (@larchmontdigital)

    Brilliant! Thank you! ??

    Thread Starter larchmontdigital

    (@larchmontdigital)

    [resolved]

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘title not shrinking on mobile’ is closed to new replies.