如图所示,分页就在内容旁边 我怎样才能在新线上开始?我的意思是内容的底层。
HTML
<% @communities.each do |community| %>
<%= render 'communities/community', :community => community %>
<% end %>
<div class='pagination-centered'>
<%= paginate @communities, :window => 4, :outer_window => 5, :left => 2, :right => 2 %>
</div>
答案 0 :(得分:2)
显然,您的社区容器使用float:left
。
你应该使用clear:both
作为分页包含