I have tried creating custom class to remove top and bottom margin around testimonial wrapper and can’t get it to work. I have tried many variations of this css code:
cw-test-box
.cw-test-box avia-testimonial-wrapper {
margin-top:0px !important;
margin-bottom:0px !important;
}
Any help you can provide would be appreciated. Thanks!
Hi ckwellington!
Please use the code as following
.avia-testimonial-wrapper.cw-test-box { margin-top:0px !important; margin-bottom:0px !important; }
Regards,
Yigit
Thank you Yigit – Thant worked fine. Can you please provide a quick explanation why that worked vs putting .cw-test-box at the beginning of the code? Thanks!