Site logo

Archived topic

mise en page widget header

7 replies · Started by Estelle on March 21, 2022

Viewing posts 1–8 of 8

Bonjour, j'ai la version gp premium et je voudrais mettre plusieurs widget dans l'en-tête mais ils sont les uns dessous les autres je n'arrive pas à régler la mise en page pour qu'ils soient les uns à côté des autres.

Hi there,

can you share a link to the site so i can see what you have added to the header widget ?
You can share a link to the site and any passwords in the Private Information Field.

Try adding this CSS:

.header-widget {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-widget aside:last-of-type {
    margin-left: 20px;
}

Ca fonctionne je vous remercie, mais je n'arrive pas à régler les espacements .
J'aimerais que cela fasse comme cela :

photo horaires téléphone
adresse
phrase avec lien et bouton

Bonjour,
je vous remercie j'ai réussi.
Bonne journée.

Glad to hear that!

This archived topic is closed to new replies.