How do i change the review position on a landing page.


When using a landing page editor, judge.me installation chooses to install the review section before other content on the page.

Does anyone know of a way to play with the code to change tho position of the review section?

1 Comment

For this matter, can you help us sending an email to support@judge.me so we can do it for you? 


We just need these information:

  1. Your store URL
  2. Where you want the Review Widget to be


Your request will be resolved quickly and it's easier for you too. 


However, if you need to do this yourself, you can try to look in these files:

  • templates/product.liquid
  • sections/product-template.liquid
  • snippets/product-template.liquid

Then search for this line of code:


{% render 'judgeme_widgets', widget_type: 'judgeme_review_widget', concierge_install: true, product: product %}


You can copy and paste that line of code somewhere else you like to move the Review Widget


I hope you find this answer helpful.

Login or Signup to post a comment