Hi Mowse,
View the Steps (and video) to Debugging CSS at https://nodedesk.zendesk.com/hc/en-us/articles/202243372-How-to-Debug-and-Correct-CSS-Issues-in-Your-Browser that will help get you moving forward. Further, there’s CSS examples below the steps of common issues.
.testimonials-widget-testimonial{
display: inline-block !important;
clear: both !important;
}
Once you’ve added the above CSS edits to the bottom of your theme’s style.css file be sure to clear your browser and website caching, so that the revised CSS stylesheet correctly loads.
Thanks !!
Thanks so much, Subharanjan, for the quick reply! That did it!! 🙂