Viewing 1 replies (of 1 total)
  • Plugin Author Hal Gatewood

    (@halgatewood)

    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; }

Viewing 1 replies (of 1 total)
  • The topic ‘Custom CSS’ is closed to new replies.