• Resolved vikash62

    (@vikash62)


    when i am adding more than 2-3 images in review its look like cut the images and review section in mobile view please fix it

    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,

    Thank you for using CusRev.

    There is a CSS code of the theme Woodmart that affects the style of the reviews grid section on the mobile view. You can try to use this custom CSS code in Appearance > Customize > Additional CSS, to fix this issue.

    @media (max-width: 767px) {
        .woocommerce-Reviews.cr-reviews-ajax-reviews {
            display: block;
        }
    }

    For further assistance, I recommend contacting Woodmart support.

    Thanks.

    Thread Starter vikash62

    (@vikash62)

    lots of thank u its work your review plugin is best for ecommerce site

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘In mobile view When add more than 2-3 images its look like this’ is closed to new replies.