Hi guys, In mobile phone view "go up" button is under the text (like in attached picture). How to get it back on top?
Example from the picture is from this article: http://2022iomworlds.com/index.php/notice-of-race but also can be found in other.
funci Hi Add this code in custom css
#back-to-top { z-index: 40; }
It will fix the button working issue in both PC and mobile view.
Regards
It's working! Thank you Pankaj 🙂
funci You are welcome!