Hi, these are the CSS elements I use in Woo Themes The One Pager Theme to display 3 features and 3 testimonials aligned on the homepage.
/* Features By WooThemes Widget */
.widget_woothemes_features .feature {
float: left;
width: 29.8%;
margin-right: 0;
margin-left: 5.3%;
}
.widget_woothemes_features .feature.first {
margin-left: 0;
}
/* Testimonials By WooThemes Widget */
.widget_woothemes_testimonials .quote {
float: left;
width: 29.8%;
margin-right: 5.3%;
}