Hi
I added a leaderboard to my game created in GDevelop, along with an AdMob ad positioned at the bottom of the screen. When testing the game on a mobile device, I noticed that when the leaderboard opens, the close button for the leaderboard gets hidden beneath the AdMob banner. I tried to hide the AdMob banner when the leaderboard opens, but for some reason, it didn’t work. Is there a way to thoroughly revise the leaderboard, such as moving the close button to the top?
Thanks
I am having this exact issue, where the admob banner is covering the exit button on the leaderboard for mobile devices. I know there is custom CSS, but I do it know how to call the button to move it.
Actually, it looks like you have to have a pro account to access custom CSS, from which you can use the inspector on your browser to find the tags. Since I don’t have pro, my solution will be to just hide the ad banner while on that screen.
We tried to hide the AdMob banner, but we were not successful.