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

Problem with nested grid #33

Open
codebysandeep opened this issue Apr 14, 2015 · 8 comments
Open

Problem with nested grid #33

codebysandeep opened this issue Apr 14, 2015 · 8 comments

Comments

@codebysandeep
Copy link

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.

nestedgrid-issue

@slmsmsk
Copy link

slmsmsk commented Jun 15, 2015

You need to remove padding on nested col elements.

@ainsofs
Copy link

ainsofs commented Oct 8, 2015

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)

@goodpixels
Copy link

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:

.grid > [class*='col-'] > .grid { width: calc( 100% + 20px ); }

I am not sure if this solution is robust enough to cover all cases, but it seemed to resolve the problem for me.

@goodpixels
Copy link

What do you think @ThisIsDallas ?

@pascalandy
Copy link

pascalandy commented May 5, 2016

+1

@diogoca
Copy link

diogoca commented May 23, 2016

+1, we need nested col ;)

@ThisIsDallas
Copy link
Owner

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.

@greatwitenorth
Copy link

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?

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

8 participants