Hi, i’ve notced that if i scroll down, then back up again, the header background seems to replicate down over some of the content, its really weird cause it doesn’t do it every time and doesn’t do it on IE. Have you seen this before? is there a way i can fix this? i’ve tested on 2 separate computers and both had the same problem.
To test, just scroll to the bottom of the page, let go of the mouse then scroll back up.
Screenshot:
http://www.dsbrown.com.au/new/wp-content/uploads/2014/07/header-error.png
Website: http://www.dsbrown.com.au/new/resources/useful-links/ and any other page on this site that you can scroll down on.
Cheers,
Darren.
Hi daza84!
Thank you for visiting the support forum.
Try adding this on Quick CSS or custom.css to fix it:
header#header {
-webkit-transform: translate(0);
}
Regards,
Ismael
Hi Ismael,
Still there unfortunately, any other solutions?
cheers,
Daz
Hey!
Please try adding following code to Quick CSS as well
#header_main_alternate, #header {
-webkit-transform: translateZ(0);
}
Best regards,
Yigit
Awesome, that one appears to have worked thanks Yigit!
I must say, i’ve used many different paid themes and both the quality of your Enfold theme and the support you provide is absolutely top class, i’m very impressed and will be buying many times to come.
Cheers,
Daz.