简体   繁体   中英

Semantic UI Grid pushing column on blank space

I am new to semantic UI and I am really confused on how you can push the column in order on the blank space ? Can you please tell me how? By the way im using the

`<div class="ui grid">
<div class="four wide column"></div>
<div class="four wide column"></div>
<div class="four wide column"></div>
<div class="four wide column"></div>
</div>`

https://jsfiddle.net/1vh7vz1u/ sample code

here is an image just to show you what it looks like. http://i.imgur.com/Gi68R6N.jpg

This might be the floating you need to use in your code.

Go with following link.

http://www.w3schools.com/cssref/pr_class_float.asp

Hope it helps you !!!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM