How can i get my money back!

what a bad app! i tried to install elfsight to embed my google reviews on my wix website destucburen.nl , but God damm takes for ever and still does not work correctly. cant get it on my mobile site version. i want my 48 euros back. Nothing beats SHOPIFY i geuss.

1 Like

Hi @Calis_Gauna and welcome to the Community :wave:

I totally understand your emotions and I am genuinely sorry for all the frustration caused by this issue!

When I checked your website firstly, there was only an issue with the display of the Write a Review and Close buttons:

However, we’ve added these codes to the Custom CSS field on the Appearance tab of your widget’s settings and it’s working correct now:

@media (max-width: 440px) {
  .global-styles,
  .es-header-write-review-button {
    font-size: 11px !important;
  }
}
@media (max-width: 440px) {
  .global-styles,
  .es-header-write-review-button {
    font-size: 11px !important;
  }
  
  .global-styles,
  [class*='Pane__PaneClose-sc'] {
    scale: 0.8;
  }
}

Please check your website and let me know if it’s fine :slightly_smiling_face:

1 Like