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

Column breaks out #73

Open
anniemaisonneuve opened this issue May 28, 2019 · 3 comments
Open

Column breaks out #73

anniemaisonneuve opened this issue May 28, 2019 · 3 comments

Comments

@anniemaisonneuve
Copy link

When I click the first item, it shifts the others on the same row down below the expanded part and if I click the ones below the expanded section they move back up to the first row as I click them.

Can you help me out, so it does not break out? Thank a lot

@orion3dgames
Copy link
Owner

hi there. the only reason it could do that, is that the css is not added, or is overwritten by your own css. please make sure these styles are correctly added: https://github.com/oriongunning/gridder/blob/master/dist/css/jquery.gridder.min.css

@anniemaisonneuve
Copy link
Author

Hi, I have included the demo css,
But because I am using card-group from bootstrap, with bootstrap grid:
The float left on .gridder-show seems to not work with my layout
Example:


    <li class="card card col-6 col-md-4 col-lg-3 col-xxl-2 gridder-list" ...

    ( in desktop : I have 4 column (col-lg-3), but when I click on one of them, all the next li wrap under the gridder-show content.
    Thanks for helping by the way

@orion3dgames
Copy link
Owner

orion3dgames commented May 28, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants