Created
October 1, 2015 15:38
-
-
Save contempoinc/f606beae71e4f83add98 to your computer and use it in GitHub Desktop.
Make Mobile Full Width when using Boxed Layout in Real Estate 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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