Title display in accordion
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Title display in accordion’ is closed to new replies.