go top 버튼 위치와 형태 바꾸기
컨텐츠 정보
- 784 조회
- 1 댓글
본문
go top 버튼의 위치는 의도한 부분입니다. 게시판 일때 버튼들이 오른쪽 세로로 정렬되기 때문에
왼쪽으로 둔 것이었습니다.
하지만 이 부분이 불편해 할수도 있다는걸 몰랐네요.
맥가이버 79님이 요청하셔서 가이드를 드립니다.^^
* 가이드
- 아래 경로에 css코드를 넣어주세요.
WORKSPACE_THEME/css/custom.css
/* go-btn custome */
.go-btn {left:auto; right:50%; width:40px; margin-right:-700px;}
.go-btn .go-bottom {display:none;}
.go-btn button {width:40px; height:40px; margin:0; border-radius:50%; box-shadow:0px 2px 20px rgba(0, 0, 0, 0.4); font-size:20px; line-height:28px !important;}
.go-btn button i {margin-bottom:10px;}
관련자료
댓글 1개
/ 1페이지
새벽그림자님의 댓글