Customize badge page CSS

I don’t know how to put a margin 18px

Can you be more precise? Put a margin where, and to what element?

P.S.: Salut de la part d’un autre francophone!

「いいね!」 2

Between “badges / règlement lu” and the banner. It is too close.

Try changing the top margin on the “show-badge” container.

If it happens on pages other than the Badges page, maybe you can change the bottom margin on the “d-header” class and see if that fixes it.

「いいね!」 1

Thanks I add because it happens to all badges… so simple hehe

.container.show-badge {
margin-top: 18px;
}
「いいね!」 1

Glad that worked for you!