• Resolved thevoid

    (@thevoid)


    Hello,

    Love the theme, but am having trouble with the site-title resizing when browser is resized below 960px or site is viewed on a mobile device. The site-title becomes tiny when viewed in these ways, and I am unable to alter it (make it larger) using media queries or any other way I can think of.

    It looks disproportionate and I would be very grateful for any tips on how to make it larger in these instances.

    Please see screenshots here: https://imgur.com/a/wlT49

    I have added a black border to h1#site-title as it may provide a clue.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author simplethemes

    (@simplethemes)

    Hi, If you look at css/layout.css you’ll see a media query you can override in your style.css like so:

    /* Anything smaller than standard 960 */
    @media only screen and (max-width: 959px) {
    	#wrap #header #site-title a {
    		font-size: 60px !important;
    	}
    }
    Thread Starter thevoid

    (@thevoid)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Resizing site-title when browser resized.’ is closed to new replies.