Get all our 20+ Elementor themes worth $609 at just $59! Limited time offer. Get It Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Logo Not Resizing in Mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12038
    Vanessa Gonzales
    Participant

    Hi, so this is sort of an ongoing issue stemming from another that’s been resolved, but this aspect of it has not. My logo doesn’t resize for mobile view. Please advise. URL is NightOwlFreelance.com.

    Thanks! 🙂

    -V

    #12048
    Grace Themes
    Member

    Hi,

    To solve this issue
    Go to the Appearance -> Editor -> style.css file
    add below css code at the end of file

    @media screen and (max-width:767px) {
    .custom-logo {
        width: 100% !important;
        height: auto !important;
    }
    }

    Please do this changes and let me know your feedback.

    Regards
    Grace Themes

    #12051
    Vanessa Gonzales
    Participant

    YES!! That worked perfectly. HUGE thanks! =)

    Cheers!

    #12062
    Grace Themes
    Member

    You are most welcome..!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.