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

Mobile reorder Elements/row/columns #269

Open
shanewmurphy opened this issue Feb 6, 2018 · 2 comments
Open

Mobile reorder Elements/row/columns #269

shanewmurphy opened this issue Feb 6, 2018 · 2 comments

Comments

@shanewmurphy
Copy link

Briefly ( tweet size ) describe your issue and how you discovered it.

@kristoferjoseph Having used this Flexgrid system in my project I wish to reorder elements on mobile & the syntax for doing so is NOT working when using this grid system. Am I correct in saying you can not reorder columns/rows using your grid?
...

Expected behavior

...

Actual behavior

...

Steps to reproduce behavior

  • OS:
  • Browser:
  • code/fiddle/pen url:
@JohnMica
Copy link

did you try with ?

@media all and (max-width: XXXpx) {
    container { 
      order: 1
   }
}

@joeygallegos
Copy link

I accomplished this by using the below code in my environment

@media only screen and (max-width: 575px),
		screen and (max-width: 768px) {
	.col-first-mobile {
		order: -1;
	}
}

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