Comment to 'How to make multiple text rows...on homepage menu'
  • Try adding some of these CSS attributes to those classes:

    • overflow: visible;
    • white-space: normal;
    • overflow-wrap: break-word;

    Might be a combination of a couple of them to get the result you want.