모바일 설문조사 크기조절하기

공수래 2013.08.01 18:36 조회 수 : 2439

modules/poll/skins/default 에 있는 form.html 을 수정합니다.


13번째 줄 수정

<div id="poll_{$poll->poll_srl}" style="{$poll->style}">


13번째 줄 수정 후

<div id="poll_{$poll->poll_srl}" style="margin:0 auto; <!--@if(Mobile::isMobileCheckByAgent())-->width:90%<!--@else-->{$poll->style}<!--@end-->">



모바일에서는 width(폭)이 90%로 맞춰지며,

PC에서는 400px로 맞춰집니다.


자동으로 중앙정렬이 됩니다.

margin:0 auto; 부분을 삭제하면 중앙정렬이 되지 않습니다.

  • 인기글
  • 최근글
  • 최근댓글