Wellllll….. weird thing is that it works with some mobile things, and doesn’t with some other things. Helps to be VERY specific to get quicker replies.
So, the arrow jump to top works fine on, for example, my iPad air in portrait mode (Safari/iOS); it works fine in Chrome/iOS on iPad. (Hey, that’s a mobile device!)
However, “up arrow” *is* missing on, say, the iPhone 6 in portrait mode and landscape.
SUGGESTION (HEY RADU!):
Likely Radu O. might want to add the blue up arrow as a “centered” button below the right sub footer menu, centered, for the @media size for iPhone/other phones. Not sure it’s a bug … but there is an up arrow on iPhone with Newspaper theme, there is not in Newsmag.
Hi,
The move to top arrow was disabled on mobiles as we have noticed that it affects the site’s speed but if you want to enabled it you can use this css: http://screencast.com/t/QQsp9rEEzCw
@media (max-width: 767px){
.td-scroll-up-visible {
display: block;
}
}
Thanks