Title: mobile friendly slider text
Last modified: August 24, 2016

---

# mobile friendly slider text

 *  Resolved [royhiggs](https://wordpress.org/support/users/royhiggs/)
 * (@royhiggs)
 * [11 years ago](https://wordpress.org/support/topic/mobile-friendly-slider-text/)
 * I have a slider configured. The text is a bit long so I customized the css to
   chance the font to 24pt which is smaller than the default. The issue is when 
   I look at it on an tablet or smartphone (e.g. Samsung Galaxy S6). I need to be
   able to make the font responsive so it will shrink and fit. It is staying at 
   24pt so you can only see a few words on a mobile device.

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

 *  [PremiumWP](https://wordpress.org/support/users/premiumwp/)
 * (@premiumwp)
 * [11 years ago](https://wordpress.org/support/topic/mobile-friendly-slider-text/#post-6128677)
 * What slider are you using?
 *  [Martin Robbins](https://wordpress.org/support/users/santeven/)
 * (@santeven)
 * [11 years ago](https://wordpress.org/support/topic/mobile-friendly-slider-text/#post-6128678)
 * Edit: good question premiumwp posted while I was writing
 * Although it’s likely not a WordPress issue, you could use one or more css
    media
   queries to adjust the font size depending on the screen width.
 *  Thread Starter [royhiggs](https://wordpress.org/support/users/royhiggs/)
 * (@royhiggs)
 * [11 years ago](https://wordpress.org/support/topic/mobile-friendly-slider-text/#post-6128778)
 * It is the slider that comes with the WEN Business theme.
 *  Thread Starter [royhiggs](https://wordpress.org/support/users/royhiggs/)
 * (@royhiggs)
 * [11 years ago](https://wordpress.org/support/topic/mobile-friendly-slider-text/#post-6128780)
 * I have been looking into media queries and have tried this in the Custom CSS 
   editor for the theme options, but no luck so far.
 * [@media](https://wordpress.org/support/users/media/) (min-width: 750px) and (
   max-width: 1200px) {
    .cycle-caption h3, .cycle-caption h3 a { font-size: 12pt;}}
 * [@media](https://wordpress.org/support/users/media/) (max-width: 749px) {
    .cycle-
   caption h3, .cycle-caption h3 a { font-size: 8pt; } }
 *  Thread Starter [royhiggs](https://wordpress.org/support/users/royhiggs/)
 * (@royhiggs)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/mobile-friendly-slider-text/#post-6128931)
 * I still haven’t been able to get this to work. I have some other media queries
   that are working in other areas of the site, but for some reason they aren’t 
   working on the slider caption.
 *  [Martin Robbins](https://wordpress.org/support/users/santeven/)
 * (@santeven)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/mobile-friendly-slider-text/#post-6128932)
 * For us to to provide further assistance, please provide a lnik to your site.
 *  Thread Starter [royhiggs](https://wordpress.org/support/users/royhiggs/)
 * (@royhiggs)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/mobile-friendly-slider-text/#post-6128934)
 * Hi, you should be able to get to the site at [http://dev.ochrach.com](http://dev.ochrach.com)
 * Thanks!
 *  Theme Author [WEN Themes](https://wordpress.org/support/users/wenthemes/)
 * (@wenthemes)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/mobile-friendly-slider-text/#post-6128935)
 * Hello,
    Check following CSS.
 *     ```
       @media only screen and (max-width:1023px){
         .cycle-caption p{
           font-size:14px;
         }
       }
       ```
   
 * This set font size for screen size less than 1024.
 *  Theme Author [WEN Themes](https://wordpress.org/support/users/wenthemes/)
 * (@wenthemes)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/mobile-friendly-slider-text/#post-6128946)
 * Closing ticket.

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

The topic ‘mobile friendly slider text’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/wen-business/2.2/screenshot.png)
 * WEN Business
 * [Support Threads](https://wordpress.org/support/theme/wen-business/)
 * [Active Topics](https://wordpress.org/support/theme/wen-business/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/wen-business/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/wen-business/reviews/)

## Tags

 * [responsive design](https://wordpress.org/support/topic-tag/responsive-design/)

 * 9 replies
 * 4 participants
 * Last reply from: [WEN Themes](https://wordpress.org/support/users/wenthemes/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/mobile-friendly-slider-text/#post-6128946)
 * Status: resolved