• Resolved sallywp

    (@sallywp)


    Hello,

    I currently have my logo in the header set to sticky and to shrink once I scroll down. However the logo gets really small when it shrinks to the point where it is not legible. Is there a way to adjust the logo size just when for when I scroll? I am using Customizer.

    My website is passportandplates.com

    Thanks for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Looks fine to me.

    Try refreshing your browser (Ctl/F5 / Cmd/F5) or if you have any caching in place, delete the cache.

    Thread Starter sallywp

    (@sallywp)

    Hello,

    Thanks for the quick response! I did and I cleared the cache. When I scroll down the logo is a little too small for my liking. Is there a way to adjust the size manually for when I scroll?

    Thanks!

    Change the 30px in this code:

    .sticky-enabled .tc-shrink-on .site-logo img {
        height: 30px !important; /* <------ */
        width: auto !important;
    }
    Thread Starter sallywp

    (@sallywp)

    That worked perfectly! Thank you so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to adjust the size of the logo in the sticky header’ is closed to new replies.