Gdevelop Leader Board

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.

I have the same issue. I hide the banner in Highscore screen, I even hide it when the leaderboard button is touched or when the leaderboard is being shown but somehow, I guess this happens when you are too quick to open the leaderboard before the banner is shown on your main menu screen, it suddenly Pops up and ruins the user experience. I even tried to use timers, that starts when the leaderboard is being shown and commands to hide the banner each 4 or 5 seconds but it didn’t work out. I don’t want to show the banner at the top of the screen just because of this issue, hoping to find a solution soon.