묻고답하기
메뉴가 창을 줄이면 고정이 안됩니다.
2015.03.15 23:22
heartcoaching.org 인데요... 창을 줄이면, 메뉴가 없어져 버립니다. 도와주실분?
댓글 2
-
반걸
2015.03.15 23:37
-
Hjuy
2015.03.17 11:02
없앴는데 그대로네요... 어떻게 고쳐야 할지...
@media screen and (max-width:1199px){
#sf-menu a.nav1st{padding-left:15px; padding-right:15px}
#sf-menu a.sign1st{padding-left:37px}
}@media screen and (max-width:991px){
/*--[ HEADER ]--*/
#logo{display:block; text-align:center}
/*--[ CONTENT ]--*/
#content img{max-width:100%; height:auto}/*--[ CONTENT > Intro ]--*/
#widein_intro .intro_image{margin-bottom:60px; text-align:center}
/*--[ FOOTER ]--*/
#footer .footer_latest{display:none}/*--[ Widget ]--*/
#content.widget-page > div{float:none !important; width:100% !important}
.wbox_responsive{display:none}
}@media screen and (max-width:767px){
/*--[ BREADCRUMB ]--*/
#widein_breadcrumb{display:none}
/*--[ CONTENT ]--*/
#contents{padding-top:30px}
#contents .fright{float:none}
/*--[ SIDEBAR ]--*/
#sidebar{float:none; width:100%; margin-top:50px}
#sidebar .side-widget img{width:100%; height:auto; max-width:100%}
/*--[ FOOTER > Contact Info ]--*/
#footer .contact p{float:left; margin-right:20px}
#footer .contact p.address{float:none}
}@media screen and (max-width:479px){
.widein_btn{width:100%}
#cpreview{display:none}
}
(위내용을 없앴는데 그대로 입니다. 고쳐야 할 부분을 알려주시면 감사)
css에서 @media가있는거 같은데 한번 찾아보세요