Skip to content

Instantly share code, notes, and snippets.

@halgatewood
Created July 10, 2018 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save halgatewood/1462785ce8efd81e61c76d1fc082baac to your computer and use it in GitHub Desktop.
Save halgatewood/1462785ce8efd81e61c76d1fc082baac to your computer and use it in GitHub Desktop.
Testimonial Rotator Three Little Pigs Theme – Hide two of the three testimonials on mobile devices.
@media screen and (max-width: 640px)
{
.testimonial_rotator.template-threepigs .slide .testimonial_rotator_slide_inner:nth-child(2) { display: none; }
.testimonial_rotator.template-threepigs .slide .testimonial_rotator_slide_inner:nth-child(3) { display: none; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment