모바일 상단 로고 질문입니다.
본문
모바일 상단에 로고 두개를 나란히 붙이고 싶은데 아무리 바꿔도 안되네요ㅠㅠㅠ
혹시 어디를 바꿔야 하는지 아시는 분 계신가요?
[php]
<div id="logo2">
<a href="https://www.theclassic-concert.com/"><img src="/mobile/shop/img/mobile_logo3.png">
<a href="http://www.theclassic-lesson.com/shop/"><img src="/mobile/shop/img/mobile_logo.png">
</a></div>
[css]
#hd #logo2 a{display:block;text-align:center;padding:15px;height:55px;vertical-align:top}
#hd #logo2 img {max-height:120%;width:auto;vertical-align:top}
답변을 작성하시기 전에 로그인 해주세요.