Tree menu links are not wrapped correctly

Technical support leader

Juraj Ondrus asked on June 17, 2010 09:05

Tree menu links are not wrapped correctly

Correct Answer

Juraj Ondrus answered on June 17, 2010 09:05

Please take a look to your CSS stylesheet and find following link CSS class definition:

.CMSTreeMenuTable a
{
white-space: nowrap;
}

It says to the tree menu not to break the lines. It should work if you remove it or comment it out.

-ov-
0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.