Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #307332

    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

    #307346

    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

    #307408

    Thanks but that only seems to disable it in smartphone portrait

    #307413

    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

    #307433

    Thanks Yigit

    I’ll give that a try.

    Regards

    Mark

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Scroll Down Arrow on tablet/phone’ is closed to new replies.