애니빌드.LAB
토론방
소스관련 하단 문의
- 류**합
- 2015-12-03 16:30:00
- hit3343
- http://lab.anybuild.co.kr/bbs/qna/5129

하단에 로고 추가하고 오른쪽에 관련사이트 링크 걸려고하는데 어떻게 해야되나요 ?
게시글 공유
URL복사
댓글작성
열기 닫기

하단에 로고 추가하고 오른쪽에 관련사이트 링크 걸려고하는데 어떻게 해야되나요 ?
열기 닫기
열기 닫기
pc는 그냥 스킨관리에서 작업을 하며 출력이 될것 같은데요..
모바일에서는 이 부분이 어떻게 보여야 되는건가요?
모바일도 감안을 하게 되면 css을 새로 짜서 처리를 해야될지 않을까 싶습니다.
이렇게 3개입니다,.죄송합니다
수정 완료 되었습니다.
layout.css 에 소스 추가되었습니다.
.foot_list{max-width:1000px; width:100%;margin:0 auto;zoom:1;}
.foot_list:after{clear:both;content:'';display:block;}
.foot_list > div{
float:left;
h2{margin:10px 0 0 0;}
}
.foot_list > div.foot_address{width:424px;}
.foot_banner{
padding-top:20px;
ul{
padding:0;margin:0;list-style:none;font-size:0;
li{display:inline-block;}
}
}
@media all and (max-width:1000px){
.foot_list > div{clear:both;width:100%;text-align:center;}
.foot_list > div.foot_address{width:100%;}
.foot_banner{padding-bottom:20px;}
}