Tagged: enfold
I’m seeing a double slider while on Chrome on a PC only using http://www.thewoodbeckteam.com/home/ – any thoughts as to how to get rid of the second slider?
Hey Andrea!
I’m not seeing it, can you post a screenshot?
Best regards,
Josue
Hey Josue,
Here’s a link to an image with the double scroll bar:
http://www.curlyhost.com/wp-content/uploads/2014/04/image.png
Again, I can only see it in Chrome while using a PC – so I know it’s pretty specific but it seems to be causing an issue with my client.
– Does it happen when you are logged out?
– Have you tried in a different computer?
– Have you tried disabling third-party plugins to see if it get fixed?
Regards,
Josue
This was the code that fixed it:
html.responsive, .responsive body {
overflow-x: visible;
}
For whatever reason, when it was:
html.responsive, .responsive body {
overflow-x: hidden;
}
It created the double slider.
Thanks!