Skip to content

Instantly share code, notes, and snippets.

@contempoinc
Created October 1, 2015 15:38
Show Gist options
  • Save contempoinc/f606beae71e4f83add98 to your computer and use it in GitHub Desktop.
Save contempoinc/f606beae71e4f83add98 to your computer and use it in GitHub Desktop.
Make Mobile Full Width when using Boxed Layout in Real Estate 7
@media only screen and (max-width: 767px) {
.container.main { padding: 0 !important; max-width: 100%;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment