-
Notifications
You must be signed in to change notification settings - Fork 284
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
Problem with nested grid #33
Comments
You need to remove padding on nested col elements. |
I am facing problems with nested grids also. I have removed the grid-pad on nest grids and it looks fine on desktop. But when I resize to smaller screen the nested grids do not appear correctly (ie they have extract spaces) |
Nested grids don't work. If you create nested grids, you end up with double padding. This needs to be fixed. I would suggest adding a new CSS rule, which would remove padding for the last column inside the nested grid, for example:
I am not sure if this solution is robust enough to cover all cases, but it seemed to resolve the problem for me. |
What do you think @ThisIsDallas ? |
+1 |
+1, we need nested col ;) |
Ok this should be fixed. Mobile is usable but needs a little work to get content gutters working. I'll look into it this weekend though. |
Did this issue ever get resolved? I'm currently trying to implement nested columns without any luck. Is there an example that you can provide? |
Hi
Your grid solution is nice for desktop and mobile.
But I am facing problem with nested grid. Can you please check and suggested what I can do better.
The text was updated successfully, but these errors were encountered: