게시판 답변

1 글 보임 - 1 에서 1 까지 (총 1 중에서)
  • 글쓴이
  • Javert Matthew
    참가자

      Thank you for your suggestion.
      That code is helpful.
      But Plz allow one more question about this.

      I have any suggestion from mtekk.com.

      .breadcrumbs span[property="name"] {
          max-width: 320px;
          display: inline-block;
          padding: 0;
          margin-top: -3px;
          vertical-align: middle;
          max-width: 20px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
      }

      It may be control in ‘posting subject’.
      Because span[property=”name”] is a tag for the subject of each posting on Breadcrumb NavXT.
      But that code(mtekk’s) has no effect anything in this theme.
      So I changed as follows:

      .breadcrumb {
          max-width: 320px;
          display: inline-block;
          padding: 0;
          margin-top: -3px;
          vertical-align: middle;
          max-width: 20px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
      }

      I could get the effect that is same of your suggestion.
      Can I however get an effect for span[property=”name”] ?
      Finally, I want to remove ‘posting subject’ in breadcrumb menu-line by that code.

    1 글 보임 - 1 에서 1 까지 (총 1 중에서)