• Hello,
    I’m facing a problem for too long on your plugin I have a large blank space between words on the desktop version I managed to make it work on mobile with CSS but its still appears on desktop as you can see:https://imgur.com/a/CRCwBve
    Also, how can I make the review full with all the text content, when the review is long it only show 3 points so the user need to click to see the full comment, How can I fix this issue please and also the issue above, can you please share with me the CSS.
    Here’s the ones that I’m currently using they did fix the weird layout and spaces between letters on mobile that’s it but I still have the 2 problems listed above especially on desktop: @media (max-width: 680px){
    .wcpr-grid, .wcpr-grid.wcpr-masonry-3-col, .wcpr-grid.wcpr-masonry-4-col, .wcpr-grid.wcpr-masonry-5-col {
    column-count: 1 !important;
    }
    .wcpr-content .review-content-container .wcpr-review-content {
    text-align: left !important;
    }
    And also here is the page link: https://bluestewart.com/product/mist-sprayer/

    Waiting for your reply
    Regards.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,
    Please use below css:

    .wcpr-content .review-content-container .wcpr-review-content {
        text-align: left;
        display: inline-block;
    }

    Best regards

    Thread Starter wpxuser1

    (@wpxuser1)

    Hy,
    Thanks for the quick reply
    Unfortunately, I added it but It didn’t fix the issue do I need to add combined with the 2 other CSS or add it alone because I only added the one you provided me now and deleted the 2 previous ones on my post.

    I see you use only .wcpr-review-content for the css class. Please copy exactly below css:

    .wcpr-content .review-content-container .wcpr-review-content {
        text-align: left !important;
        display: inline-block !important;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove read more and spaces between words’ is closed to new replies.