• Resolved dashastone

    (@dashastone)


    Hi, I was wondering if there is a way to display the full titles of events without cutting and having “…”?
    I was fiddling around with the CSS (height, overflow, text-overflow etc.) – I can get the full titles to show but the height of the divs won’t adapt dynamically.
    Any help here highly appreciated or can this be set anywhere in the plugin settings?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support jathinhelp

    (@jathinhelp)

    Hello,

    @dashastone We’d like to inform you that there is no setting for this you need to perform via css.

    Regards,

    WP Event Manager.

    humaindev

    (@humaindev)

    For anyone looking to resolve this, I was able to remove the truncation of titles by adding the following CSS to the page:

    .wpem-heading-text {
    -webkit-line-clamp: none !important;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.