Created
February 13, 2019 17:13
-
-
Save DigitalEssence/4ba045facd58ed92178d5f0b8f798a01 to your computer and use it in GitHub Desktop.
WordPress - Enfold - PHP - Change element to full width under x pixels
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: 1170px) | |
| { | |
| /*Make the programme left col become full width under 1170px*/ | |
| .homepage-blog-section-left-col { | |
| display:block!important; | |
| width:100%!important; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment