Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested Col-groups #4

Closed
isaactopo opened this issue Jul 2, 2014 · 2 comments
Closed

Nested Col-groups #4

isaactopo opened this issue Jul 2, 2014 · 2 comments

Comments

@isaactopo
Copy link

First of all I'm testing Fluidable and I love it!

Is posible when you have some nested col-groups like:
div.container
-div.col-group
--div.col-6
--div.col-6
-div.col-group
--div.col-9
---div.col-group
----div.col-12
----div.col-7
----div.col-5
-----div.col-group << the nested columns don't work properly (I need more col-group to make it work)
------div.col-4
------div.col-8
------div.col-4
------div.col-8
--div.col-3

Only works if I do this:
-----div.col-group
-------div.col-4
-------div.col-8
-----div.col-group
-------div.col-4
-------div.col-8

Don't know if this makes sense or I'm missing something…
Thanks.

@andri
Copy link
Owner

andri commented Aug 6, 2014

Just saw this, you should be able to do what ever combination you want. Let me take a closer look and get back to you.

@andri
Copy link
Owner

andri commented Aug 7, 2014

@isaactopo Try again now, I found a bug that was related to this. Nested columns should be working now.

@andri andri closed this as completed Aug 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants