Skip to content

Instantly share code, notes, and snippets.

@ericnicolaas
Created March 16, 2016 04:49
Show Gist options
  • Save ericnicolaas/545ed821040d5b77883b to your computer and use it in GitHub Desktop.
Save ericnicolaas/545ed821040d5b77883b to your computer and use it in GitHub Desktop.
Responsive styling for [campaigns] shortcode in Charitable
@media only screen and (max-width: 800px) {
.campaign-loop.campaign-grid .campaign.hentry {
width: 100% !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment