Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #843527

    two issues here with the header/menu on phones:

    1. HOW can i ENABLE “sticky header” on phones?

    2. the social media links show up for a second (gray color) … then they turn white and disappear into the white header. HOW can i correct this?

    thanks!

    chris

    #844041

    Hey Chris,
    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 768px) {
    #top #wrap_all .social_bookmarks a {
        color: #969696;
    }
    #header {
        position: fixed!important;
        width: 100%!important;
    }}
    

    Best regards,
    Yigit

    #844146

    sweet! that worked! thanks yigit! you rock.

    we can close this now.

    chris

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘HOW can i ENABLE "sticky header" on phones?’ is closed to new replies.