# Testimonials slider - mobile setup

**URL:** https://community.elfsight.com/t/testimonials-slider-mobile-setup/98322
**Category:** Customization
**Tags:** testimonials-slider
**Created:** [February 2, 2025, 1:55pm UTC](https://community.elfsight.com/t/testimonials-slider-mobile-setup/98322 "2025-02-02T13:55:26Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Aviram\_Levy](https://sea2.discourse-cdn.com/flex020/user_avatar/community.elfsight.com/aviram_levy/32/53151_2.png) [@Aviram\_Levy](https://community.elfsight.com/u/Aviram_Levy)
#### Post date: [February 2, 2025, 1:55pm UTC](https://community.elfsight.com/t/testimonials-slider-mobile-setup/98322/1 "2025-02-02T13:55:26Z")

</div>

- **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:**

---

<div class="post-metadata">

### Author: ![Max](https://sea2.discourse-cdn.com/flex020/user_avatar/community.elfsight.com/max/32/710_2.png) [@Max](https://community.elfsight.com/u/Max)
#### Post date: [February 3, 2025, 11:33am UTC](https://community.elfsight.com/t/testimonials-slider-mobile-setup/98322/3 "2025-02-03T11:33:33Z")

</div>

Hi there, @Aviram_Levy 👋

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:

```auto
@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](https://help.elfsight.com/article/1118-how-to-install-a-widget-on-wix-avoiding-iframe).

Give it a try and let me know if it helped 😉
