Comment to 'How to make multiple text rows...on homepage menu'
  • @LeonidS Added all three lines to the artificer styles. Nothing changed. I was looking thru the different apps where this is mentioned, and found it to be a confusing bit of information, as well as the most important bit missing: This is called the "homepage menu" in one area, then the items inside are called "content module" elsewhere, but nowhere does it reference the term ".bx-menu-item" How am I supposed to know what to make a style change to? I could look directly on the CSS, but without a reference as to what header belongs to what item, I would be guessing based on the header titles....

    .bx-menu-item {

    overflow: visible;

    white-space: normal;

    overflow-wrap: break-word;

    }