Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author jgwhite33

    (@jgwhite33)

    That would be your theme CSS overriding the plugin. Send me a link and I can send you some CSS code to fix it.

    Thread Starter davidebongianni

    (@davidebongianni)

    Hi jgwhite33,
    here is the link

    As you can see, reviews get cut on the right a little more every time you click on the “next” button of the slider

    thank you

    Plugin Author jgwhite33

    (@jgwhite33)

    Add this CSS to the custom CSS for the review template…

    .wprs_unslider li{
    margin-left: 0px !important;
    text-indent: -999em !important;
    }

    Thread Starter davidebongianni

    (@davidebongianni)

    Hello!
    Adding that CSS makes text and stars inside the baloons disappear.

    Removing the text-indent property it works great!

    .wprs_unslider li{
    margin-left: 0px !important;
    }

    Thank you!

    Plugin Author jgwhite33

    (@jgwhite33)

    Great! Sorry about that, I didn’t mean to include the text-indent.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Slider: reviews are cut on the right’ is closed to new replies.