Tagged: scrollbar
Hi support team,
I see a wired thing on a Enfold site. The vertical right scrollbar disapears in IE (firefox and chrome ok)
Have you seen that before?
Hey Jonas,
What IE version are you using and can you post a screenshot?
Best regards,
Nikko
The newest.
There is just no scrollbar – page goes all the way out to the right – kind of like its disabled
Hi,
Which version of the theme are you using? Please make sure that you are using the latest version 3.8.1 – kriesi.at/documentation/enfold/updating-your-theme-files/
If you are, please try addding following code to Quick CSS in Enfold theme options under General Styling tab
#wrap_all {
position: relative !important;
}
Best regards,
Yigit
Sorry, I found that it was a WP rocket issue on that domain – wired thougt, I dont see it anywhere else.
Hi,
Glad you figured it out!
Let us know if you have any other questions or issues :)
Best regards,
Yigit
The problem have returned, also with WProcket disabled this time.
have troed the quick fix coe, but it dosent seem to do teh trick – any other ideas?
Hi,
I can’t reproduce the scroll bar issue but the sticky contact form is located below the footer on IE 8, Windows 7. Please try this css modification in the Quick CSS field:
.avia-msie .wpcs-slide-out-div {
line-height: 1;
position: fixed;
z-index: 999999999;
height: 487px;
top: 10%;
right: -461px;
}
Or this code to completely hide it on IE.
.avia-msie .wpcs-slide-out-div {
display: none !important;
}
Best regards,
Ismael