• Resolved georgebr

    (@georgebr)


    Could you give me an advice please? I am using GeneratePress Theme. Everything was OK before. After some update of the Customer Reviews for WoonCommerce plugin, I have a problem. Unfortunately, I don’t have a responsive design. Data is out. I placed the review in the left widget. Inserted a “text”=”quotation” block and inserted the short code [cusrev_all_reviews number=”0″] inside it. In Simple CSS I put #cr_all_reviews_shortcode .cr-ajax-search,
    #cr_all_reviews_shortcode .commentlist {
         display: none;
    }
    I need the review to look like it does on mobile. I am attaching pictures. Thank you very much for your help. Best Regards George

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support pear8398

    (@pear8398)

    Hi,

    Thanks for using CusRev.

    This issue is resolved in the ticket system by using the custom CSS code.

    .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap,
    .cr-all-reviews-shortcode .cr-summaryBox-wrap .ivole-summaryBox,
    .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-credits-div {
        flex: 0 0 100%;
    }
    
    .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator {
        display: none;
    }
    Thread Starter georgebr

    (@georgebr)

    Thank you very much. It works. I am satisfied. Regards George

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘problem responsive design with Customer Reviews for WoonCommerce’ is closed to new replies.