Customize badge page CSS

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

Could you be more specific? Where should the margin be applied, and to which element?

P.S.: Greetings from another French speaker!

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!