모바일에서 최신글 채택완료
a등급공
2년 전
조회 1,857
</p>
<p><div class="padding-top-30">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<?php echo latest('theme/basic_main_one', 'free1', 5, 20); ?>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<?php echo latest('theme/basic_main_one', 'free2', 5, 20); ?>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<?php echo latest('theme/basic_main_one', 'free3', 5, 20); ?>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<?php echo latest('theme/basic_main_one', 'free4', 5, 20); ?>
</div>
</div>
</div>
</div></p>
<p>
설정시 pc에서는 최신글이 한줄에 4개 게시판, 모바일서는 한줄에 2개씩 나오는거 맞지 않나요?
테마 개발자분께서 자신은 모바일에 2개씩 나온다고 알려주신 소스고,
저도 분석해보니 맞는거 같은데 모바일로 보면 1줄에 하나씩, 나오네요.
http://flt.kr 입니다
댓글을 작성하려면 로그인이 필요합니다.
답변 2개
채택된 답변
+20 포인트
2년 전
4군데 class를 아래와 같이 수정해 보세요.
col-lg-3 col-md-3 col-6
또는
col-md-3 col-6
만 해도 됩니다.
로그인 후 평가할 수 있습니다
답변에 대한 댓글 1개
a
a등급공
2년 전
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
col-lg-3 col-md-3 col-sm-6 col-xs-6
위도 문제는 없는 것 같은데 왜 안되었을까요?