Reply To: Header image issue at screens 480px and below

Homepage Community Forums Epik Theme Support Header image issue at screens 480px and below Reply To: Header image issue at screens 480px and below

#14243
Eric
Customer

    You have a “min-width” that you added in your header, so that’s why it’s showing up like that. Once you remove it, it should adjust/resize. Look at lime 2036 in your css –

    .header-image .site-title a {
    	float: left;	
    	min-height: 90px;
    	min-width: 501px;
    	width: 100%;
    }

    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com