Get 10% OFF on Themes Bundle, Use Coupon Code GRC10 | Limited Time Offer! Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

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
    Participant

    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
    Participant

    You are most welcome..!

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