• Resolved madtho

    (@madtho)


    The text I’ve entered into the excerpt metabox to appear in the event details popup is running outside of the box. Any ideas?
    Thank you

    *click ‘Full Moon Ride’, or ‘Bike Library’ on the calendar to see the overflow problem.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    The problem is on line 695 of your theme’s main stylesheet:

    td, tr { white-space: nowrap; }

    The theme has declared that all text inside a table cell or a table row is not allowed to wrap, which is going to create pretty significant layout problems. I recommend you just remove that CSS. If removing it causes problems in other areas of the theme, you can just override it for My Calendar:

    .mc-main td, .mc-main tr { white-space: normal; }

    Thread Starter madtho

    (@madtho)

    Perfect, thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Excerpt overflowing popup box’ is closed to new replies.