Reply To: Mobile responsive logo issue

Homepage Community Forums Epik Theme Support Mobile responsive logo issue Reply To: Mobile responsive logo issue

#12614
Wes
Moderator

    Just add the above code right under the 480 media query section near the bottom of your css like this –

    @media only screen and (max-width: 480px) {
    
    	.header-image .site-title a {
    		background-size: contain !important;
    	}

    When I add the code it shows up like this –