Your comments

Try switching over to the Normal slider. I've seen the Advanced slider have some issues when used inside a Flex container.

Or you could put a max-width on the advanced slider CSS.

div#wprev-slider-1 {
max-width: 1200px;
}

Try deleting those reviews and re-importing them now.

Thanks. Looking in to it. The Review Funnel uses a third party scraping service that can get backed up sometimes.

Every now and then a source site will update something causing an issue like this. Please tell me the Yelp URL you are using and if you are using the local or remote crawl server.

Are you using the Advanced slider or the Normal? You can right-click on the arrow > inspect > and then it should show you what CSS classes are being used.

Image 2155

Once you have the CSS class you can overwrite it in the Custom CSS section of the review template like so...

.wprs_unslider-arrow {
width: 15px;
height: 15px;
}