Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save DigitalEssence/4ba045facd58ed92178d5f0b8f798a01 to your computer and use it in GitHub Desktop.

Select an option

Save DigitalEssence/4ba045facd58ed92178d5f0b8f798a01 to your computer and use it in GitHub Desktop.
WordPress - Enfold - PHP - Change element to full width under x pixels
@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