Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #214642

    Hi there,

    I really like your theme but there is a bugg on android devices.
    When i put the fixed header with social icons, that header goes down while scrolling the page instead of keeping place at the top. It means it goes over the main website area..

    Please can you correct that bug

    Thanks

    #215480

    Hey bondi2026!

    Can you post the link to your website so we can test it?

    Cheers!
    Yigit

    #215495

    Hello
    Ok but i dont want to post directly here and even more if the google bot is allowed..
    Where do you want it ?
    Thanks

    #215496
    This reply has been marked as private.
    #215505

    Hey!

    That is intended, however you can add following code to Quick CSS in Enfold theme options under Styling tab to make header fixed on mobile as well

    @media only screen and (max-width: 989px) { 
    .responsive #top #header {
    position: fixed;
    }
    .responsive #top #main {
    padding-top: 197px;
    }}

    Cheers!
    Yigit

    • This reply was modified 10 years, 2 months ago by Yigit.
    #215530
    This reply has been marked as private.
    #215537

    Hey!

    I have updated the code, simply changed screen width from 767 to 989. Please try it now and after applying custom CSS code, please flush browser cache on your mobile device and refresh your page a few times.

    Regards,
    Yigit

    #215555
    This reply has been marked as private.
    #215556
    This reply has been marked as private.
    #215560
    This reply has been marked as private.
    #215925

    Hey!

    Please try flushing browser cache on your mobile device. I have just checked your website on my iphone and it does work well. Please see screenshot here http://i.imgur.com/dNyYNMN.png

    Cheers!
    Yigit

    #216048
    This reply has been marked as private.
    #216710
    This reply has been marked as private.
    #216748

    Hey!

    I do not have an Android device. I tagged Josue to look into the issue. Let us wait for his answer.

    Regards,
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Bugg with the Header fixed with social icons’ is closed to new replies.