Skip to content

Instantly share code, notes, and snippets.

@halgatewood
Last active September 6, 2017 14:14
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/9961270a0ac7ecb4d72f4200a544e055 to your computer and use it in GitHub Desktop.
Save halgatewood/9961270a0ac7ecb4d72f4200a544e055 to your computer and use it in GitHub Desktop.
/*----------Testimonial Slider Plugin------------ */
.testimonial_rotator .has-image .img img, .testimonial_rotator_single.has-image .img img {
width: 100%;
max-width: 150px;
height: auto;
border-radius: 100px;
}
.testimonial_rotator .has-image .img {
margin-right: 10px !important;
width: 150px;
}
.testimonial_rotator .has-image .text {
height: auto;
width: 76%;
text-align: left;
background-color: white;
padding: 20px !important;
box-shadow: 0px 2px 10px rgba(43, 43, 43, 0.09);
}
.testimonial_rotator em{
text-align: left;
}
@media only screen and (max-width: 479px) {
.testimonial_rotator .has-image .text {
height: auto;
width: 100%!important;
text-align: left;
background-color: white;
padding: 15px;
border: 0px solid white;
}
.testimonial_rotator.template-default .has-image .img {
width: 100% !important;
margin-right: 5%;
float: none;
padding: 0;
padding-top: 0px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment