• After the last update of the theme the snipset I had to make my logo bigger no longer works. Any thoughts? The code is below.

    @media screen and (min-width: 768px) {
    	/* LOGO */
    	.site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link {
    		width: 50% !important;
    	/* Use px values if you want, eg. 350px */
    	}
    
    	.site-header .site-logo-anchor img {
    		max-height: none;
    	}
    }

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Make logo bigger no longer work’ is closed to new replies.