케이보드 게시판 정렬버튼, 검색창 문의

안녕하세요

이 홈페이지의 케이보드 게시판 정렬 버튼과 검색 폼이 어긋나는 것 같은데 어떤 식으로 수정해야 하나요?

도움 부탁드립니다ㅠㅠ

http://jk.oso.co.kr/cs-center/nesw-notice/

좋은 정보와 인맥을 동시에, 워드프레스 사용자 단톡방 참여하기
워드프레스 에러 기술지원 서비스 전문가에게 맡기세요
  • 안녕하세요~^^

    테마의 과도한 CSS 속성으로 인해

    게시판의 레이아웃이 깨지고 있습니다.

    워드프레스 관리자 -> 외모 -> 사용자 정의하기 -> CSS 입력 필드에

    아래의 코드를 추가해보시겠어요?

    #kboard-default-list .kboard-list-header .select2-container { display: none !important; }
    #kboard-default-list .kboard-list-header .kboard-sort select { display: inline !important; padding: 0 !important; }
    
    #kboard-default-list .kboard-search { float: left !important; padding-bottom: 15px !important; width: 100%  !important; text-align: center  !important; }
    #kboard-default-list .kboard-search select { display: inline !important; margin: 0 !important; padding: 0 5px  !important; width: 100px  !important; min-width: 0  !important; max-width:  !important; height: 26px !important; min-height: 0; font-size: 13px; color: #666666; border-radius: 0; border: 1px solid #f1f1f1; background: none; background-color: white; line-height: 26px; vertical-align: middle; box-shadow: none; box-sizing: content-box; -webkit-appearance: menulist; -moz-appearance: menulist; appearance: menulist; }
    #kboard-default-list .kboard-search input { display: inline  !important; margin: 0 !important; padding: 0 5px !important; width: 200px !important; min-width: 0 !important; max-width: 200px !important; height: 26px !important; min-height: 0; font-size: 13px; color: #666666; border-radius: 0; border: 1px solid #f1f1f1; background: none; background-color: white; line-height: 26px; vertical-align: middle; box-shadow: none; box-sizing: content-box; }
    #kboard-default-list .kboard-search button { position: relative !important; display: inline-block !important; *display: inline !important; zoom: 1; margin: 0 !important; padding: 0 10px !important; width: auto !important; height: 28px !important; line-height: 28px !important; font-size: 13px; font-weight: normal !important; letter-spacing: normal; color: white !important; background: #00a8e7 !important; border: none; border-radius: 0 !important; text-decoration: none !important; cursor: pointer; vertical-align: middle; text-shadow: none; box-shadow: none; transition-duration: 0.3s; box-sizing: content-box; }
    #kboard-default-list .kboard-search .minimal-form-input { width: auto !important; }
    #kboard-default-list .kboard-search .select2-container { display: none !important; }
    #kboard-default-list .fancy-select-wrap { display: inline; }

    고맙습니다.

워드프레스 에러 기술지원 서비스 전문가에게 맡기세요