Reply To: Larger logo not responding on all sizes

Homepage Community Forums Epik Theme Support Larger logo not responding on all sizes Reply To: Larger logo not responding on all sizes

#12915
Wes
Moderator

    @theapril Add this code in your responsive section (the iPad/tablets 767 width) –

    .header-image .site-title a {
        background-size: contain !important;
    }

    Place the above code under this section –

    /* iPhones (portrait and landscape)
    --------------------------------------------- */
    
    @media only screen and (max-width: 767px) {