Skip to main content

Longer Space Group titles and Course titles being cut...

Can longer Space Group titles and Course titles, in the left navigation sidebar, have their text wrap please, instead of being cut off?

CSS solution in comment below πŸ‘‡

Stefan

Hi, I just got a quick response from FluentCommunity Support.

In your left navigation sidebar, to stop longer space group titles and course title being cut, you can add this css to your Custom Snippets, Custom CSS:

.spaces .space_contents ul li.space_menu_item a {
    align-items: flex-start;
}

.spaces .space_contents ul li.space_menu_item a .community_name {
    white-space: normal;
}