나리야 모바일 모드에서 페이지 타이틀 접힘을 없애려면
작성자 정보
- 관리자 작성
- 작성일
컨텐츠 정보
- 4 조회
-
목록
본문
관리자님!
매일 출첵하면서 건강 회복을 기원합니다!
나리야 로딩속도가 무겁긴하지만 디자인이 편리해서 잘 이용하고 있습니다.
모바일 모드에 타이틀 사용을 하는데 메뉴 이름이 캡처 화면처럼 접히는 현상 때문에
아래럼 theme.css 파일을 수정하여도 여전히 같은 현상이네요.
다른 파일의 영향을 받고 있는지?
네 번째 빈 스페이스를 확장하여 메뉴 타이틀이 온전히 보이게 하는 방법이 궁금합니다.

■ 페이지 타이틀( theme.css )
********************************************************/
#nt_title { position:relative; overflow:auto; }
#nt_title .nt-container { position:relative; z-index:2; }
#nt_title .page-title {
font-size:26px;
letter-spacing:-1px;
line-height:1.4;
white-space: nowrap; /* 줄 바꿈 방지 */
overflow: hidden; /* 필요 시 */
text-overflow: ellipsis; /* 잘릴 경우 ... 표시 */
}
#nt_title .breadcrumb-item + .breadcrumb-item::before {
font-family: dotum;
font-weight: normal;
content:">";
}
#nt_title a { background: none !important; }
.pt-nav-wrap { margin-right:-2px; }
.pt-nav { position:absolute; top:0; left:-1px; width:100%; z-index:10; }
@media all and (max-width:767px) {
.responsive #nt_title .page-title { font-size:24px; }
}
@media all and (max-width:575px) {
.responsive #nt_title .page-title { font-size:20px; } /* 더 작게 조정 */
}
관련자료
-
링크