Title: Responsive title?
Last modified: August 21, 2016

---

# Responsive title?

 *  Resolved [Piani](https://wordpress.org/support/users/webbmasterpianise/)
 * (@webbmasterpianise)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/responsive-title/)
 * Can the title text (title border) be set to responsible. As I see it its stays
   in the same size when testing on smaller screens. If no setting today I propose
   this for future updates.
 * [http://wordpress.org/plugins/cyclone-slider-2/](http://wordpress.org/plugins/cyclone-slider-2/)

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

 *  Plugin Author [kosinix](https://wordpress.org/support/users/kosinix/)
 * (@kosinix)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/responsive-title/#post-4140732)
 * Hello wm,
 * Correct me if i’m wrong, did you meant you want to make the title text responsive
   and smaller font size in mobile screens? That is actually a good suggestion. 
   For now you can easily implement it by adding something like this into your theme’s
   style.css:
 *     ```
       @media (max-width: 400px) { /*** Change 400 to the screen width you want ***/
           .cycloneslider-template-default .cycloneslider-caption-title{
       		font-size: 12px; /*** Change font size to what you want ***/
           }
       	.cycloneslider-template-default .cycloneslider-caption-description{
       		font-size: 10px; /*** Change font size to what you want ***/
           }
       }
       ```
   
 * Hope this helps
 *  Thread Starter [Piani](https://wordpress.org/support/users/webbmasterpianise/)
 * (@webbmasterpianise)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/responsive-title/#post-4140738)
 * Exactly what I was looking for! Thanks for fast fix and hope to see it in coming
   update.
 * PS! With the border I ment the “gray” area where this text is displayed. and 
   the fix will not affect that height. But the text/fonts is responsive now.
 *  Plugin Author [kosinix](https://wordpress.org/support/users/kosinix/)
 * (@kosinix)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/responsive-title/#post-4140744)
 * Try reducing the paddings:
 *     ```
       @media (max-width: 400px) { /*** Change 400 to the screen width you want ***/
           .cycloneslider-template-default .cycloneslider-caption-title{
       		font-size: 12px; /*** Change font size to what you want ***/
       		padding: 5px 10px 5px 10px;
           }
       	.cycloneslider-template-default .cycloneslider-caption-description{
       		font-size: 10px; /*** Change font size to what you want ***/
       		padding: 0 10px 5px 10px;
           }
       }
       ```
   
 * How small is your screen? Try reducing the paddings further until you arrived
   at the size you want.
 *  Thread Starter [Piani](https://wordpress.org/support/users/webbmasterpianise/)
 * (@webbmasterpianise)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/responsive-title/#post-4140821)
 * Works perfectly. I use these settings. Thanks again!
 * [@media](https://wordpress.org/support/users/media/) (max-width: 300px) { /***
   Change 400 to the screen width you want ***/
    .cycloneslider-template-default.
   cycloneslider-caption-title{ font-size: 8px; /*** Change font size to what you
   want ***/ padding: 3px 10px 3px 10px; } .cycloneslider-template-default .cycloneslider-
   caption-description{ font-size: 6px; /*** Change font size to what you want ***/
   padding: 0 10px 3px 10px; } }

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

The topic ‘Responsive title?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/cyclone-slider-2_c67877.svg)
 * [Cyclone Slider](https://wordpress.org/plugins/cyclone-slider-2/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cyclone-slider-2/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cyclone-slider-2/)
 * [Active Topics](https://wordpress.org/support/plugin/cyclone-slider-2/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cyclone-slider-2/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cyclone-slider-2/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Piani](https://wordpress.org/support/users/webbmasterpianise/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/responsive-title/#post-4140821)
 * Status: resolved