La hauteur de la colonne de listing (overflow)
- marinette
- Topic Author
- Visitor
8 years 9 months ago #4011
by marinette
La hauteur de la colonne de listing (overflow) was created by marinette
Bonjour! Hello!
Si quelqu'un peut m'aider à résoudre ce problème: dans le listing des lieux, je voudrais enlever l'overflow auto c'est à dire modifier la hauteur (height: 500px) mais je n'arrive pas à trouver où se trouve ce code (inline style).
I need help with the height of the listing, I cannot find where can I modify the inline style: the overflow and/or the height of the column (height: 500px).
Merci Thanxxxx!!!
Si quelqu'un peut m'aider à résoudre ce problème: dans le listing des lieux, je voudrais enlever l'overflow auto c'est à dire modifier la hauteur (height: 500px) mais je n'arrive pas à trouver où se trouve ce code (inline style).
I need help with the height of the listing, I cannot find where can I modify the inline style: the overflow and/or the height of the column (height: 500px).
Merci Thanxxxx!!!
Please Log in or Create an account to join the conversation.
8 years 9 months ago #4014
by gmapfp
Replied by gmapfp on topic La hauteur de la colonne de listing (overflow)
Bonsoir,
Tu peux le faire par du CSS :
.gmapfp_enveloppe_liste {
overflow: none !important;
}
Tu peux le faire par du CSS :
.gmapfp_enveloppe_liste {
overflow: none !important;
}
Please Log in or Create an account to join the conversation.
- marinette
- Topic Author
- Visitor
8 years 9 months ago #4015
by marinette
Replied by marinette on topic La hauteur de la colonne de listing (overflow)
Merci pour la réponse
Je l'ai ajouté mais aucun changement..?
(je l'ai ajouté dans le CSS de l'interface GMapFP )
Je l'ai ajouté mais aucun changement..?
(je l'ai ajouté dans le CSS de l'interface GMapFP )
Please Log in or Create an account to join the conversation.
8 years 9 months ago #4016
by gmapfp
Replied by gmapfp on topic La hauteur de la colonne de listing (overflow)
Avez vous un lien ?
Please Log in or Create an account to join the conversation.
- marinette
- Topic Author
- Visitor
8 years 9 months ago #4019
by marinette
Replied by marinette on topic La hauteur de la colonne de listing (overflow)
Désolé je n'ai pas pu répondre avant.. voici le lien :
recherche.cesi.fr/nos-fablabs-en-france
Je voulais également faire un espace avant les deux colonnes (listing et carte) pour y mettre le texte d'introduction, je ne sais pas si je peux le faire avec le GmapFP ou uniquement en faisant un espace module
Merci pour l'aide!
recherche.cesi.fr/nos-fablabs-en-france
Je voulais également faire un espace avant les deux colonnes (listing et carte) pour y mettre le texte d'introduction, je ne sais pas si je peux le faire avec le GmapFP ou uniquement en faisant un espace module
Merci pour l'aide!
Please Log in or Create an account to join the conversation.
8 years 9 months ago #4023
by gmapfp
Replied by gmapfp on topic La hauteur de la colonne de listing (overflow)
Bonsoir,
Finalement, ce qu'il faut ajouter dans le CSS c'est :
.gmapfp_enveloppe_liste {
height: auto !important;
}
Aucun paramètre n'est prévu dans GMapFP pour positionner l'introduction à gauche de la liste.
Finalement, ce qu'il faut ajouter dans le CSS c'est :
.gmapfp_enveloppe_liste {
height: auto !important;
}
Aucun paramètre n'est prévu dans GMapFP pour positionner l'introduction à gauche de la liste.
The following user(s) said Thank You: marinette
Please Log in or Create an account to join the conversation.
Time to create page: 0.076 seconds