miunosoft
Member
Posted 2 months ago #
Hi,
Very nice plugin.
It would be great if we could override the default css rules that this plugin has, defined in the testimonial_rotator_wrap class.
I tried to set a different padding in style.css of my theme but your plugin seems to take precedence.
Hope it will be possible in near updates!
http://wordpress.org/extend/plugins/testimonial-rotator/
You should be able to override the CSS by adding an extra selector to the beginning.
body .testimonial_rotator_widget_wrap { margin: 0px; }
#content .testimonial_rotator_widget_wrap { margin: 0px; }
Each testimonial has a specific ID that also allows you to override the CSS on a rotator basis:
#testimonial_rotator_widget_1 { padding: 20px; }