aozora / bootmetro

Simple and complete web UI framework to create web apps with Windows 8 Metro user interface, based on Bootstrap 2.

Home Page:http://aozora.github.io/bootmetro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

define number of tiles per row in each section

msenos opened this issue · comments

so it's like this
in section 1
i'm trying to place 3 tiles in row 1, 2 tiles in row two and 1 tile in row 3

and in section 2, I want 2 tiles in row 1 and 2 tiles in row 2
is there a way that i can define that?

i'm using the 0.6v

cheers
keep up the good work =)

you can try to use a grid with row-fluid in each section, to avoid the default behaviour of tiles to go automatically to new line...