Created
July 10, 2018 21:22
-
-
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.
This file contains 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 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