Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #220215

    Hi guys,

    I have noticed that when scrolling very slowly from the top (hope I am not being too petty here but it is annoying!), I notice the logo rapidly shrinks to nothing which looks odd on iphones (this does not happen on Android phones).

    To see what I mean:
    1. Go to your demo site (http://kriesi.at/themes/enfold/)
    2. Resize the browser (I am using Chrome) to mobile phone size
    3. Scroll down very slowly from the top
    4. Notice the rapid logo shrink

    I admit this doesn’t look like much in a browser but is more noticeable on iphone .. looks buggy

    Is there a quick fix?

    Cheers!
    Andrew

    #220219

    PS: It happens more noticeably on this website: http://www.we-do-it.com/

    #220260

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

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

    Best regards,
    Yigit

    #220329

    Worked a treat – only needed to adjust max-height to 116px :)

    Thanks Yigit – much appreciated!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile scroll shrink to disappear’ is closed to new replies.