Change order for Foundation small-12 column

馋奶兔 提交于 2020-01-02 01:37:26

问题


I have a layout with an image to the left and a text on the right for medium and large views. I want to the text to be BEFORE the image on "small-12" though.

The pull/push mechanism does not seem to work with "xxx-12" columns.

These are my divs:

<div class="large-4 medium-6 small-12">Image</div>
<div class="large-8 medium-6 small-12">Text</div>

回答1:


Here you go. You are missing columns. You want to order the small content first. Then push pull http://cdpn.io/xfJph



来源:https://stackoverflow.com/questions/22042690/change-order-for-foundation-small-12-column

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!