• Resolved JMinty

    (@jminty)


    Hi,

    When the browser/screen width is above 1050 the “site tile” displays and scales down correctly until 1050w. When either are at or below 1050 the “site title” increases in size.

    Question – is it possible to set the trigger point to something else, say 960px? Also, where is the “@media” scaling taking place?

    Site – jorayentaz.com
    Title – MOGOLLON RIM TO SENORAN DESERT

    Ty – JMinty

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter JMinty

    (@jminty)

    Sorry, I found it, style.css > @media (max-width: 1050px).

    Not sure why this didn’t show when searching for “media” on the page.

    Follow up, why have it scale up instead of scaling down?

    Moderator Kathryn Presner

    (@zoonini)

    Follow up, why have it scale up instead of scaling down?

    I don’t think I’m seeing the same thing you are.

    The default size of the class site-title is:

    font-size: 4.9rem;

    On screens below 1050px wide, the class site-title is set to:

    font-size: 3.85rem;

    Are you seeing the site title increase in size on small screens on the demo site here? http://wp-themes.com/sunspot/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Site Title scales UP at 1050ish…’ is closed to new replies.