-
iCagenda
-
iCagenda - Français
-
[RÉGLÉ] Modification de la Taille agenda
[RÉGLÉ] Modification de la Taille agenda
-
pilouly8529
-
Topic Author
-
New Member
-
Less
More
-
Posts: 6
-
Thank you received: 1
-
-
6 years 8 months ago - 6 years 8 months ago #15522
by pilouly8529
Bonjour
Je voudrais modifier la taille de l'agenda qui doit être actuellement du 300x300,(voir PJ1.jpg)
J'ai voulu ajouter un peu de code css perso, du style :
#mod_iccalendar_145{
height: 300px;
width: 600px; }
pour étendre la largeur du calendrier
Cela agrandit bien la largeur du calendrier, mais le cadre reste à la largeur initiale. (voir PJ2.jpg)
Comment modifier la taille de ce cadre ?
merci pour votre éclairage
cordialement
Last edit: 6 years 8 months ago by Lyr!C. Reason: [RÉGLÉ]
Please Log in or Create an account to join the conversation.
-
Lyr!C
-
-
Administrator
-
-
Lead Developer
Less
More
-
Posts: 6780
-
Thank you received: 608
-
-
-
-
6 years 8 months ago #15523
by Lyr!C
Bonjour,
Est-il possible d'avoir un lien en ligne vers votre site, car en principe le calendrier s'adapte automatiquement en largeur au contenant (position de module).
Bien cordialement,
Cyril
Latest version : iCagenda 3.9.7
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!
Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on
JED (Joomla Extensions Directory)
.
Please Log in or Create an account to join the conversation.
-
pilouly8529
-
Topic Author
-
New Member
-
Less
More
-
Posts: 6
-
Thank you received: 1
-
-
-
Lyr!C
-
-
Administrator
-
-
Lead Developer
Less
More
-
Posts: 6780
-
Thank you received: 608
-
-
-
-
6 years 8 months ago - 6 years 8 months ago #15532
by Lyr!C
Bonjour,
Ok, donc utilisez plutôt la valeur max-width avec la classe ".ic_rounded.iccalendar" :
.ic_rounded.iccalendar {
max-width: 600px; // ou 100%
}
#icagenda_calendar .ic-table {
height: 300px;
}
En préfixant avec #mod_iccalendar_145 si vous ne souhaitez que ciblé cette position de module.
En espérant que cela aide ?
Bien cordialement,
Cyril
Latest version : iCagenda 3.9.7
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!
Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on
JED (Joomla Extensions Directory)
.
Last edit: 6 years 8 months ago by Lyr!C.
Please Log in or Create an account to join the conversation.
-
pilouly8529
-
Topic Author
-
New Member
-
Less
More
-
Posts: 6
-
Thank you received: 1
-
-
6 years 8 months ago #15533
by pilouly8529
merci bcp; cela fonctionne
cordialement
The following user(s) said Thank You: Lyr!C
Please Log in or Create an account to join the conversation.
-
iCagenda
-
iCagenda - Français
-
[RÉGLÉ] Modification de la Taille agenda
Time to create page: 0.145 seconds