Reply To: Header logo cuts off on smaller screen smartphones

Homepage Community Forums Epik Theme Support Header logo cuts off on smaller screen smartphones Reply To: Header logo cuts off on smaller screen smartphones

#13127
kronos
Customer

    Try adding this in the appropriate responsive section of your css –

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

    If it’s cutting off on mobile phones, then add it to the last responsive section (for iPhone, and other mobile devices).