Hi @travor67,
I had the same issue, it seems to be coming from the image height being given 150% height. look for the attribute in style.css, it should look like this:
#parallax-hero > .parallax-bg {
...
height: 150%; /*change this to 100%*/
...
}
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
As an aside, it’s certainly not ideal to push theme updates without doing QA on it…
Anyway, hope this helps!
-
This reply was modified 7 years, 11 months ago by bdbrown.
-
This reply was modified 7 years, 11 months ago by bdbrown.