Closed solepixel closed 6 years ago
I think it's because the body adds the class ".has-fixed-header". But the styling in _header.scss is not updated to that class name. It still is named '.fixed-header'
https://github.com/seothemes/genesis-starter/blob/master/assets/styles/_header.scss#L10 https://github.com/seothemes/genesis-starter/blob/master/assets/styles/_header.scss#L47
Fixed in 44259b89fc20e0a67e3e63490f589028b6bf1478
When adding theme support for "fixed-header", it only adds a body class "has-fixed-header" but does nothing else. There appears to be a need to add "fixed-header" to the body class when the header should be fixed. I believe there is some missing JS for this functionality.
I modified theme.js to this: