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

push-left and push-right don't have media-queries #37

Open
cellis opened this issue Dec 7, 2016 · 2 comments
Open

push-left and push-right don't have media-queries #37

cellis opened this issue Dec 7, 2016 · 2 comments

Comments

@cellis
Copy link

cellis commented Dec 7, 2016

Really loving this grid so far! However I'm wondering, Is there any way to accomplish something like the following?

<div class="col-sm-10" data-push-right="off-sm-1" data-push-right="off-sm-1">Content</div>

Thanks alot!

@tarciozemel
Copy link

This feature it's essencial!

I'm use Gridlex in a project right now and I'll have to do some override to disable pushes in mobile...

Please, implement this. :)

@timelytree
Copy link

@cellis @tarciozemel this is already possible, you just have to make sure to use underscores to delimit breakpoints. Like this:

<div class="col_sm-10" data-push-right="off-1_sm-2">Content</div>
               ^ here                        ^ here

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

3 participants