Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #165706
    drghazal
    Participant

    Hi there,
    The sticky header in Fotografie Pro is blinking when scrolling up and down how to solve this or at least make the header not sticky

    #165734
    sapana
    Participant

    @drghazal: Go to=> Appearance=> Customize=> Additional CSS=> add the following CSS code

    .site-header-main {
        position: absolute;
    }

    Let me know if this works out!

    Kind Regards,
    Sapana

    #165749
    drghazal
    Participant

    Thank you for the help but it did not work. Still header is flickering when shrinking
    You can check it at drghazal.com

    #165834
    sapana
    Participant

    @drghazal: can you please post in your site URl so that I can look into that issue.

    Kind Regards,
    Sapana

    #165855
    drghazal
    Participant

    It is drghazal.com

    #165892
    sapana
    Participant

    @drghazal:Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    .site-header-main .wrapper {
        padding-top: 0;
        padding-bottom: 0;
    
    }

    Let me know if this helps you out!

    Kind Regards,
    Sapana

    #165904
    drghazal
    Participant

    It is still flickering but not shrinking.
    I noticed that if header media is disabled I have flickering but if I use a header media no more flickering but I dont want header media
    Any thoughts

    Thank you

    #165925
    sapana
    Participant

    @drghazal: please remove this code

    .site-header-main {
        position: absolute;
    }

    Add this code:
    Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    .header-media-disabled .site-header-main {
           position: absolute;
       }
    
       .below-site-header {
           margin-top: 270px;
       }

    Let me know if this works out!

    Kind Regards,
    Sapana

    #165932
    drghazal
    Participant

    That worked perfectly

    Thank you

    #166103
    sapana
    Participant

    @drghazal:Hello, there,
    I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/fotografie-blog/reviews/#new-post Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Kind Regards,
    Sapana

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Fotografie Pro header flickering’ is closed to new replies.