Events Made Easy › Forums › How do I … › Full calendar width
Tagged: calendar, css, events, events_calendar, full calendar, table width
- This topic has 10 replies, 3 voices, and was last updated 14 years, 2 months ago by Anonymous.
-
AuthorPosts
-
Fri 24 Sep 2010 at 21:30 #42102AnonymousInactive
I’ve problems with the width of the full calendar in a page. I did’nt found the possibility to change the width of the full-calendar width for my full calendar page (http://ssv.dascheberg.de/wordpress/event-kalender-gros/ ). How can I set up / change the width of the table? Can somebody help me?
Fri 24 Sep 2010 at 22:35 #44812FrankyKeymasterEverything can be changed in CSS, see events_manager.css
Sat 25 Sep 2010 at 18:02 #44813AnonymousInactiveI try it, I put
table.dbem-calendar-table {
width: 80%;
}
into the 2010Weaver Head section, I change it also directly in the CSS-File, but nothing changed. I have also changed fullcalendar in the same way. Nothing changed. I didn’d know, what I’m doing wrong. Can you say me where and what Imust change to get the table a little bit smaller? Thanx.
Sun 26 Sep 2010 at 00:17 #44814FrankyKeymasterWell, I’ve checked your page and I don’t see anything wrong there …
Sun 26 Sep 2010 at 13:46 #44815AnonymousInactiveI’ve been playing with my full calendar display too. Here’s how it looks so far:
http://spiritualhelpers.com/events/
And here’s the css I used to get it to look like that:
table.dbem-calendar-table td {
text-align: center;
}
table.dbem-calendar.table tr.days-names {
font-weight: bold;
color: #333399 !important;
background-color: #ccccff !important;
}
table.dbem-calendar-table td.eventless-pre, .dbem-calendar td.eventless-post {
color: #9999ff;
width: 114px;
}
table.dbem-calendar-table td.eventful a, table.dbem-calendar-table td.eventful-today a {
font-weight: bold;
color: #f41b17;
width: 114px;
}
table.dbem-calendar-table td.eventless-today {
background-color: #CCCCFF;
width: 114px;
}
table.dbem-calendar-table thead {
font-size: 150%;
font-weight: bold;
color: #333399;
font-family: arial, sans serif;
}
table.fullcalendar td {
text-align: left-top;
width: 114px;
height: 35px;
border: 2px solid #6868e0;
background-color: #fbfcc3 !important;
}
.dbem-calendar-full ul {
font-size: 80%;
list-style-type: bullet;
list-style-position: outside;
padding: 12px;
}
Now if someone can tell me how to force all of the dates and text to stay aligned at the top left corner of each date box no matter what is displayed for that date, it would be perfect! I’m still a css newbie… 🙂
Sun 26 Sep 2010 at 13:53 #44816FrankyKeymasterTry the CSS property vertical-align
Mon 27 Sep 2010 at 14:31 #44817AnonymousInactiveThanks for the prompt reply. But look again to my site. The calendar-table for Sep 2010 missing on the right side a little bit text and the border. October 2010 is OK and the next month are the same: some OK, some not. I didn’t know why! In the meantime I have try a lot with the CSS-files. I’m realy frustrated. Thanks for help.
Mon 27 Sep 2010 at 15:05 #44818FrankyKeymasterThis is not within the Events Manager Extended scope at all … you should really learn to use firefox (or IE) CSS debugging tools. In your case, look at 2010-weaver/style.css . Removing the line
width: 800px;
changed it for the better for me.
Mon 27 Sep 2010 at 16:47 #44819AnonymousInactiveYou are right! I must learn to use the tools (which are installed), but sometimes I didn’t see “the forest because of all the woods” (in German: “Den Wald vor lauter Bäumen nicht sehen”). Excuse me! I now found the place with the width and changed it. Now it works. Thank you. Before I come back to the support forum I will use all the tools and than, I hope, I have not such a stupid question.
Mon 27 Sep 2010 at 17:33 #44820FrankyKeymasterIt is not a stupid question, but CSS is a world on its own. A world that needs exploring 🙂
Wed 29 Sep 2010 at 01:13 #44821AnonymousInactiveI’ve got the full calendar working nicely now with some more css tweaks, but it doesn’t display correctly in IE. Looks great in safari, firefox and chrome. Any ideas?
-
AuthorPosts
- The forum ‘How do I …’ is closed to new topics and replies.