Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    You have some very long reviews so if you want to show the whole review content, it should be applied to desktop device only. You can add below css to custom css in plugin settings/reviews:

    /*Display whole reviews*/
    @media screen and (min-width: 768px) {
        .wcpr-content .review-content-container .wcpr-review-content {
            display: inline-block !important;
        }
    }
    /*Here's to fix the star issue*/
    .wcpr-col-star .star-rating:before, .wcpr-col-star .star-rating span:before, .wcpr-overall-rating-right-star .star-rating:before, .wcpr-overall-rating-right-star .star-rating span:before {
        font-size: 14px !important;
    }

    Best regards

    Thread Starter Tommaso99

    (@tommaso99)

    thank you!
    By reducing the minimum width I could make it work on mobile too.

    • This reply was modified 4 years, 3 months ago by Tommaso99.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘long reviews are cut’ is closed to new replies.