"to top" icon on mobile

Posted in: Newsmag
Post count: 66

I don’t have the “to top” icon on mobiles. How can I add it?

Live site
Regards,
Fz

Post count: 7909

Hi,

I’m not sure what you mean, I have checked your site and you have the logo image for mobile – http://screencast.com/t/DSUSxgOZ
Please provide more details about your issue.

Thanks!

Post count: 66

Hi Alin,
I mean the “to top” arrow, when you are at the bottom of the page and you want to go to top.

Fz

Post count: 7909

Hi,

Sorry that I did not understand you first. Please use this custom css if you want this icon also on mobile: http://screencast.com/t/cvM4RBtQH

@media (max-width: 767px) {
.td-scroll-up-visible {
display: block;
}
}

Thanks!

Post count: 66

Thanks Alin!
So, “standard practice” is to not have the “to top” arrow on mobile? I didn’t know.

Fz

Post count: 9544

There is an issue where on “some” mobile devices the “#ttop” link doesn’t work — and I think that was the thinking on hiding that the first time around.

Post count: 66

iPhone being one of them it seems. Actually, now I’m thinking that in fact there isn’t much space on mobile screens to have the #ttop link without cover the text of an article…

Fz

Post count: 9544

Yeah…. I guess having some kind of “related” stuff at bottom to click-over is best.

Viewing 8 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic.