Hello community!
This issue has perplexed me! Using the Narrative theme - if you disable "Enable transparent header on the home page" function in order to have your header a solid block - it introduces a skip / jump / resizing issue on mobile devices when scrolling down / up. This only occurs on the homepage.
I am using an iPhone 8 Plus if that matters (with the latest OS). A video of the glitch can be seen here: https://youtu.be/H35DUPygGCw
If anyone has a solution - it would be much appreciated!
My workaround was to actually enable the transparent header then go to the theme.scss.liquid file and change the background color to the color of the regular non-transparent header and remove the transparency.
For my solid white header, I added this at the very bottom of the theme.scss.liquid file (keep all your edits at the bottom so that you don't mess with the original code).
.site-header--transparent .site-header__wrapper {
background-color: rgba(255,255,255,1);
}
User | Count |
---|---|
418 | |
206 | |
144 | |
53 | |
42 |