Hello gabrady,
Add below code into active child theme’s style.css file.
Note : Don’t modify your theme. Use child theme for any modification.
.testimonials.grid .jetpack-testimonial {
float: left;
width: 46%;
}
@media screen and (max-width: 480px){
.testimonials.grid .jetpack-testimonial {
float: none;
width: auto;
}
}
Hope this will helps you.
Thanks!
Thanks addweb-solution-pvt-ltd!
gabrady: For CSS changes, it isn’t necessary to create a child theme. You can actually just paste that CSS into the Dashboard > Appearance > Additional CSS area of your site.