Hi there
As with others I am having a problem with the Scroll Down Arrow of the Full Screen Slider. On the ipad air in landscape you can only see the top of the white circle. On my android phone in portrait you actually have to scroll down to find it at all, which obviously defeats the objective.
I have tried to find a solution in the forum and tried a number of suggestions without any working.
Any suggestions?
Can it be disabled below a certain screen size?
Thanks
Mark
Hi Mark
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
#top .scroll-down-link { display: none !important; }}
Regards,
Yigit
Thanks but that only seems to disable it in smartphone portrait
Hi!
Please change 768px to 1024px if you would like to apply the code to tablets as well and make sure to flush browser cache
Regards,
Yigit
Thanks Yigit
I’ll give that a try.
Regards
Mark