• Resolved A. Jones

    (@nomadcoder)


    When there is a long title, the text drops down to the next line instead of wrapping in the theme we are using (Ocean WP). The solution is changing display:inline-block to display:block.

    .mec-events-toggle
    .mec-toggle-title
    {
    display:block;
    }

Viewing 1 replies (of 1 total)
  • Plugin Contributor webnus

    (@webnus)

    Hello @nomadcoder,

    Thank you for your reports, this ticket has been forwarded to the developer team and it will be fixed for the next update.

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Title display in accordion’ is closed to new replies.