I am trying to run the following code, first remove class is working fine but the css is not, whats wrong with this, can anyone please suggest what I am doing wrong:
jQuery(document).ready(function(){
jQuery(".testimonial_wrapper")
.css({'margin-left':'auto !important', 'margin-right': 'auto !important'})
.removeClass('fullwidth-box');
});