Category View Reviews Format

I have a 4.3 store using the responsive theme. On the product pages any reviews are listed vertically. But on the category page the reviews are horizontal on a scroller.



Is there a straight forward way to make the reviews on the category pages the same format as on the product pages?



Thanks for any help.

design\themes\YOUR_THEME\templates\addons\discussion\hooks\categories\view.post.tpl



replace:



{include file="addons/discussion/views/discussion/block_view.tpl" object_id=$category_data.category_id object_type="C" title=__("discussion_title_category") wrap=true}




with



{include file="addons/discussion/views/discussion/view.tpl" object_id=$category_data.category_id object_type="C" title=__("discussion_title_category") wrap=true}




Do not forget to clear a cache then

Thanks for your response. I made this change but no matter how much I clear the site cache or even clear cached data from my browser, it doesn't change the layout. Any idea?



I appreciate your help!

It works on my local installation. Try to remove the var/cache directory manually. And make sure that you change file in the correct theme