Title: Mobile slider view
Last modified: April 1, 2021

---

# Mobile slider view

 *  [mohannad1987](https://wordpress.org/support/users/mohannad1987/)
 * (@mohannad1987)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/mobile-slider-view/)
 * Hi team,
 * The slider images in desktop view and tablet view is perfect, but from mobile
   view are showing the exact big pic and they are not fit to the screen unless 
   I flip the phone to horizontal. Anu idea please how to fix that?
 * Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [akhlesh-nagar](https://wordpress.org/support/users/akhlesh-nagar/)
 * (@akhlesh-nagar)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/mobile-slider-view/#post-14267645)
 * Hi [@mohannad1987](https://wordpress.org/support/users/mohannad1987/)
    Thanks
   for contacting to us. TO fix the issue add the below css code inside the appearance
   >> Customzier >> Find the additonal css box and add the below css code inside
   the the box.
 *     ```
       @media only screen and (max-width: 600px) and (min-width: 200px)
       {
       .homepage-mycarousel .carousel-inner > .item > img {
           width: 100%;
   
       }
       }
       ```
   
 * Let me know for any confusion.
    Thanks
 *  Thread Starter [mohannad1987](https://wordpress.org/support/users/mohannad1987/)
 * (@mohannad1987)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/mobile-slider-view/#post-14268089)
 * Thanks Akhlesh! it works fine now 🙂
 * I appreciate your help 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Mobile slider view’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/appointment/3.5.5/screenshot.png)
 * Appointment
 * [Support Threads](https://wordpress.org/support/theme/appointment/)
 * [Active Topics](https://wordpress.org/support/theme/appointment/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/appointment/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/appointment/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [mohannad1987](https://wordpress.org/support/users/mohannad1987/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/mobile-slider-view/#post-14268089)
 * Status: not resolved