Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #355929
    #356131

    Hi Ralph12!

    Thank you for using Enfold.

    I’m sorry but I don’t think I can see the issue. If possible, please provide a screenshot. If you’re referring to the header resize when you scroll down, you can disable that behavior on Enfold > Header > Header behavior. Disable the Shrinking Header.

    Best regards,
    Ismael

    #356731
    This reply has been marked as private.
    #357483

    Hi,

    Does someone know what might be causing the logo to “scroll shrink” even on 767px and lower? Seems like a JS issue… the shrink function is never disabled for some reason.

    Best,

    Ralph

    #357543

    Hi!

    Please add following code to Quick CSS

    @media only screen and (max-width: 768px) {
    .logo, .logo a, .logo img { max-height: 88px!important; }}

    Best regards,
    Yigit

    #357583

    Thank you, Yigit! Your CSS snippet fixed it!

    Best regards,

    Ralph

    #357590

    Hi!

    You are welcome Ralph, glad we could help :)

    Regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Mobile/tablet logo resizes on scroll while header height is fixed?’ is closed to new replies.