We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
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. :)
Sorry, something went wrong.
@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
No branches or pull requests
Really loving this grid so far! However I'm wondering, Is there any way to accomplish something like the following?
Thanks alot!
The text was updated successfully, but these errors were encountered: