Testimonials slider - mobile setup

  • Issue description:
    in the testimonials slider app , how do i make the header size smaller on mobile ?
    and how do i remove the container width adjustment thing below the user comment ? also , on mobile

  • Link to the page with the widget in question:

2 Likes

Hi there, @Aviram_Levy :wave:

You can adjust the title size on mobile, using this code in the Custom CSS field on the Style tab of your widget’s settings:

@media(max-width: 500px) {
[class*="WidgetTitle__Header-sc"] {
  font-size: 25px;
}

As for the scrollbar, they appear because the Wix platform is built on iframes. To remove these scrollbars, please reinstall your widget avoiding iframes following the steps described in this article - Installing Elfsight widget on Wix avoiding iFrame - Elfsight Help Center.

Give it a try and let me know if it helped :wink:

1 Like