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 Likes

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 Like

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

.container.show-badge {
margin-top: 18px;
}
1 Like

Glad that worked for you!