Viewing 6 replies - 1 through 6 (of 6 total)
  • It seems that your team may have already customized the look? Therefor I can’t be sure where the spacing may be coming from – the default theme does not have so much spacing. If it does for you, what browser are you seeing this in?

    You could look at these CSS classes:
    .ai1ec-agenda-widget-view .ai1ec-weekday {
    }
    or
    .ai1ec-agenda-widget-view div {
    }
    or
    .ai1ec-agenda-widget-view h3.ai1ec-date-title {
    }

    I’m afraid I’m not entirely clear on what is wished for with the text wrapping in the full view

    Thread Starter leenie1

    (@leenie1)

    I changed the widget colors but not the spacing. It’s using the default spacing. I’ll check those classes and see if I can get the look I’m aiming for.

    In the full calendar view the entire event title is not show. It gets cut off. Like when the event title is ‘Christmas Potluck Dinner’ it is shown on the calendar as ‘Christmas Po’ Is there any way to make the title wrap around to the next line instead of being cut off?

    Hi,

    The spacing of the dates is affected by your site’s theme – it does not normally look like that. You can help by setting in the CSS:

    .ai1ec-agenda-widget-view h3.ai1ec-date-title {
    padding-bottom: 0;
    }

    For the name being cut off in the calendar, this is to allow multiple events being listed in a single day. Altering it with CSS is possible however

    You would need to set this:
    .ai1ec-month-view .ai1ec-event {
    white-space: normal;
    }

    I’ve been looking for the bit to change the word wrap as well. Thanks for pointing me in the right direction.
    Would be nice if this was some sort of option, or if a custom css could be accommodated that wasn’t overwritten after an update.
    I also discovered that the day ‘box’ in the calendar month view will grow vertically if necessary. Messes with the proportions a little but at least the even titles are fully readable.

    I would like to adjust the height/spacing of the date box as well and cannot figure out what to change on widget.css. I am an amateur, for sure, so if anyone can give me step-by-step, that’s be great. I’m trying to get the calendar in a footer, but it is too long as it is now. See footer at http://www.washingtonplazachurch.com/wordpress for example.

    I would also like to perhaps have the background be transparent (maybe – at least want to see how it would look) and maybe change the text color.

    Like I said, I’m still pretty new to this and just wonder if someone can tell me exactly what line to change. Thanks for any help.

    Hello,

    Here is a similar feature request:
    http://trac.the-seed.ca/ticket/104

    We may at first look to allow overwriting CSS using your own theme folder, before setting any options specifically in the admin UI.

    ellison13579 – there are some entries in your Theme CSS which is changing the appearance of the widget.
    The main culprit is: #Bottom footer h3

    I’m afraid we can’t support fully the help of modifying theme/CSS, but hopefully that helps get started

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: All-in-One Event Calendar] Customize Widget and Word Wrap’ is closed to new replies.