Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #717986

    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!

    #718003

    Hi ckwellington!

    Please use the code as following

    .avia-testimonial-wrapper.cw-test-box  { margin-top:0px !important; margin-bottom:0px !important; }

    Regards,
    Yigit

    #718016

    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!

    #718018

    Hey!

    You are welcome, we are always happy to help :)
    Let us know if you have any other questions or issues!

    I attached a screenshot in private content field :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘CSS to remove margin on testimonial wrapper’ is closed to new replies.