• Resolved djemen

    (@djemen)


    Does this plugin look differently and is affected by existing css classes?
    It’s falling apart on mine.
    Any help or steps to fix it?

    Thank you,
    Milosz

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author ShapedPlugin LLC

    (@shapedplugin)

    Hi Milosz,

    Thanks for choosing Testimonial plugin.
    Here the theme is overriding the plugins style. You can avoid the override by using the below custom code in the themes custom CSS field.

    #sp-testimonial-free-wrapper-137#residential li {
      display: inline-block !important;
      padding: 0px 0px 0px 0px !important;
    }
    .sp-testimonial-free-section .slick-dots {
        position: relative !important;
        margin-top: -20px;
    }

    Kind Regards
    ShapedPlugin Team

    Paolo

    (@paoloicreatif)

    Hello,

    i have a problem with this plugin: the last bullet of my reviews is awry, different from others. Could you help me?

    Thank you,
    Paolo

    http://www.icreatiftest-due.it at the end of homepage

    Plugin Author ShapedPlugin LLC

    (@shapedplugin)

    Hi Paolo,

    Please Replace the previous code that we have provided you with the below code.

    #sp-testimonial-free-wrapper-137#residential li {
      display: inline-block !important;
      padding: 0px 0px 0px 0px !important;
      vertical-align: text-top !important;
    }
    .sp-testimonial-free-section .slick-dots {
        position: relative !important;
        margin-top: -20px;
    }

    Thank you

    Paolo

    (@paoloicreatif)

    Hello,

    thank you for reply. I put the code in my css theme but the problem is the same. Do you have other tips for me?

    Thank you,
    Paolo

    Plugin Author ShapedPlugin LLC

    (@shapedplugin)

    Hi again,

    Delete all the previous codes and use the below codes.

    
    #sp-testimonial-free-wrapper-137#residential li {
      display: inline-block !important;
      padding: 0px 0px 0px 0px !important;
    }
    .sp-testimonial-free-section .slick-dots {
        position: relative !important;
        margin-top: -20px;
    }
    .sp-testimonial-free-section .slick-dots {
       margin-top: -20px !important;
    }
    .sp-testimonial-free-section .slick-dots li {
        vertical-align: text-top !important;
    }

    Thanks

    Paolo

    (@paoloicreatif)

    Great, it works!

    Thank you very much for support!

    Paolo

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Confilict with existing css?’ is closed to new replies.