• Resolved Arex Bawrin

    (@arex-bawrin)


    Exhibit A

    I’m a little new to CSS, but I was wondering if someone could help me with a media query so I can decrease the font size of the <h1> class “site-title” in this wordpress theme on my website, so it doesn’t end up hyphenated in a mobile browser like the link above.

    Thanks guys, I appreciate it.

Viewing 1 replies (of 1 total)
  • Thread Starter Arex Bawrin

    (@arex-bawrin)

    SOLVED.

    I downloaded Simple CSS plugin for WordPress to not mess with the CSS on future updates. Then I added the following code:

    @media (max-width: 768px) {
    .site-title {
    	font-size: 48px;
    }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘[Theme: Eighties] Lower site-title font on (mobile view)’ is closed to new replies.