How to display arrow on mobile

Posted in: Newspaper
Post count: 9

Hello,
I would like to show the arrow pointing up (see image below, the arrow inside the red circle) also in the mobile version of the site.
https://drive.google.com/file/d/1dS6kcAC2CyvJivM9LBlFV_CaHCPW3-kO/view?usp=sharing
It is currently only visible on the desktop, what can I do?
I use Newspaper (Nomad), my website is https://terraincognita.earth/
Thank you

Post count: 35449

Hi,

I think that you referring to up to top arrow, for this you can use the below code
.td-scroll-up {
display: block;
}

This one need to be set in Theme panel> Custom code> Advance css> Phones.

Hope this will help!
Thank you!

Post count: 9

Problem solved, thank you so much Calin!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.