출처 : https://thestorybook.tistory.com/8
그누보드 스마트에디터 반응형 설정(모바일)
/plugin/editor/smarteditor2/css/ko_KR/smart_editor2.css 아래 소스 추가 #smart_editor2{margin-right:1px !important;min-width:100px !important} @media screen and (max-width: 640px){ #smart_editor2..
thestorybook.tistory.com
/plugin/editor/smarteditor2/css/ko_KR/smart_editor2.css
아래 소스 추가
#smart_editor2{margin-right:1px !important;min-width:100px !important}
@media screen and (max-width: 640px){
#smart_editor2 .se2_text_tool ul:nth-child(4n){clear:both;}
#smart_editor2 .se2_text_tool ul{margin-bottom:4px}
#smart_editor2 .se2_text_tool ul:nth-child(n+4){margin-bottom:0}
#smart_editor2 .se2_text_tool .se2_multy,#smart_editor2 .se2_text_tool .se2_multy button, #smart_editor2 .se2_text_tool .se2_multy button span{height:54px}
}
@media screen and (max-width: 515px){
#smart_editor2 .se2_text_tool ul:nth-child(3n){clear:both;margin-left:4px}
#smart_editor2 .se2_text_tool ul:nth-child(6n),#smart_editor2 .se2_text_tool ul:nth-child(4n){clear:none;margin-left:0}
#smart_editor2 .se2_text_tool ul:nth-child(n+3){margin-bottom:0}
}
@media screen and (max-width: 370px){
#smart_editor2 .se2_text_tool ul:nth-child(2n){clear:both;margin-left:4px}
#smart_editor2 .se2_text_tool ul:nth-child(3n){clear:both;margin-left:4px}
#smart_editor2 .se2_text_tool ul:nth-child(6n),#smart_editor2 .se2_text_tool ul:nth-child(4n){clear:none;margin-left:0}
#smart_editor2 .se2_text_tool ul:nth-child(n+3){margin-bottom:0}
#smart_editor2 .se2_text_tool .se2_multy,#smart_editor2 .se2_text_tool .se2_multy button, #smart_editor2 .se2_text_tool .se2_multy button span{height:79px}
}
@media screen and (max-width: 325px){
#smart_editor2 .se2_text_tool .se2_multy,#smart_editor2 .se2_text_tool .se2_multy button, #smart_editor2 .se2_text_tool .se2_multy button span{height:29px;}
#smart_editor2 .se2_text_tool .se2_multy{border-bottom:1px solid #e0dedf}
}
'프로그램개발 > CMS(워드프레스,그누보드)' 카테고리의 다른 글
[G5] 다국어 홈페이지 사용하기 (0) | 2021.09.06 |
---|---|
워드프레스를 앱으로 만들어 주는 사이트 (0) | 2014.11.27 |
웹사이트를 편리하게 만들 수 있는 웹빌더(web builder) 모음 (0) | 2014.08.18 |
그누보드 cheditor 편집모드 버그 수정 (0) | 2014.07.08 |
전문가가 추천하는 워드프레스 플러그인 9개 (0) | 2014.06.11 |