Hello,
1. Try to use this code in Theme Options > Custom CSS > Custom CSS for mobile:
.banner.hover-fade img {
height: 200px;
}
.banner .banner-content p {
width: 320px;
font-size: 13px !important;
}
2. I’ve edited your code in custom.css file to:
@media (min-width: 1200px){.home #owl-testimonials .row:first-child{
width: 900px;
float: left;
}
.home #owl-testimonials .row:last-child{
width: 300px;
float: right;
}
#owl-testimonials .row:first-child .quote{
width: 32.333333%;
}
#quote-15210{
width: 100%;
}
/* testimonials*/
blockquote.testimonials-text{
height: 370px;
}}
Please check testimonials now.
3. Use this code in Theme Options > Custom CSS > Custom CSS for mobile:
.banner img {
height: 200px;
}
Best regards,
Jack Richardson.