Skip to content

Instantly share code, notes, and snippets.

@contempoinc
Last active February 20, 2018 17:02
Show Gist options
  • Save contempoinc/97651a7d9cdfd5c557fcb99be41b0de2 to your computer and use it in GitHub Desktop.
Save contempoinc/97651a7d9cdfd5c557fcb99be41b0de2 to your computer and use it in GitHub Desktop.
RE7 Homepage Testimonials Height CSS Fix
// Copy/Paste This to your Real Estate 7 Options > Custom CSS
.testimonials .flexslider { height: 340px !important;}
@media only screen and (max-width: 959px) {
.testimonials .flexslider { height: 240px !important;}
}
@media only screen and (max-width: 767px) {
.testimonials .flexslider { height: 174px !important;}
}
@media only screen and (max-width: 479px) {
.testimonials .flexslider { height: 107px !important;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment