Title: CSS mobile?? responsive desing?
Last modified: August 31, 2016

---

# CSS mobile?? responsive desing?

 *  Resolved [johnnar](https://wordpress.org/support/users/johnnar/)
 * (@johnnar)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/css-mobile-responsive-desing/)
 * Hi guys,
    I’m oppening other post because this is other different topic, I would
   like to know which are the css for devices(mobiles, tablets,etc…), because I 
   would like change the sizes on my slider. is there specific css for that?
 * website: greatlionservices.co.uk

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

 *  Theme Author [WebHunt Infotech](https://wordpress.org/support/users/webhuntinfotech/)
 * (@webhuntinfotech)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/css-mobile-responsive-desing/#post-7146842)
 * Hi johnnar,
 * Put Below css rule in custom css editor.
 *     ```
       @media only screen and (min-width: 220px) and (max-width: 800px) {
       #kyma_owl_slider .item img{
       width:100%;
       height:300px !important;
       }
       }
       ```
   
 * Increase Height (like 300px) according to your needed.
 * thanks.
 *  Thread Starter [johnnar](https://wordpress.org/support/users/johnnar/)
 * (@johnnar)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/css-mobile-responsive-desing/#post-7146843)
 * Hi,
 * It’s done,
 * Thanks a lot.
 *  [webhuntsupport](https://wordpress.org/support/users/webhuntsupport/)
 * (@webhuntsupport)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/css-mobile-responsive-desing/#post-7146844)
 * Most Welcome.
 * Thank You.

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

The topic ‘CSS mobile?? responsive desing?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/kyma/2.9.2/screenshot.jpg)
 * Kyma
 * [Support Threads](https://wordpress.org/support/theme/kyma/)
 * [Active Topics](https://wordpress.org/support/theme/kyma/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/kyma/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/kyma/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [webhuntsupport](https://wordpress.org/support/users/webhuntsupport/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/css-mobile-responsive-desing/#post-7146844)
 * Status: resolved