Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #439801

    Hi,

    after checking my site on mobile devices I have noticed that the Scroll to top Link / Button is missing. Do you have any advice?

    Thanks,

    Regards, Alex

    #439806

    Hey AdDesign!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px){ 
    .responsive #scroll-top-link {
      display: block!important;
    }}

    Regards,
    Yigit

    #439843

    Hi Yigit!

    Works great!

    Thanks!

    Regards, Alex

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Scroll to top Link / Button missing on Mobile Devices’ is closed to new replies.