Title: Text doesnt render based on screen/device size
Last modified: February 26, 2019

---

# Text doesnt render based on screen/device size

 *  Resolved [brianduffyctm](https://wordpress.org/support/users/brianduffyctm/)
 * (@brianduffyctm)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/text-doesnt-render-based-on-screen-device-size/)
 * What settings do I use to make the text render correctly for all screen and device
   sizes. On smaller screens and mobile the full text isnt visible on the picture.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftext-doesnt-render-based-on-screen-device-size%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Uzzal](https://wordpress.org/support/users/uzzalth/)
 * (@uzzalth)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/text-doesnt-render-based-on-screen-device-size/#post-11249441)
 * Hi,
 * I have visited the link and found the font-size is set 35px there. You can change
   the font-size for small devices. Use the below CSS code to the custom CSS field
   of the plugin from the ‘Settings’ menu.
 * /* For Mobile */
 *     ```
       @media screen and (max-width: 375px) {
       .sp-wpcp-4402 .wpcp-all-captions .wpcp-image-caption {
           font-size: 18px;
           line-height: 18px;
         }
       }
       ```
   
 * /* For Tablet*/
 *     ```
       @media screen and (max-width: 768px) {
       .sp-wpcp-4402 .wpcp-all-captions .wpcp-image-caption {
           font-size: 25px;
           line-height: 25px;
         }
       }
       ```
   
 * Feel free to adjust the CSS values.
    Hope to hear from you soon. Thank you.

Viewing 1 replies (of 1 total)

The topic ‘Text doesnt render based on screen/device size’ is closed to new replies.

 * ![](https://ps.w.org/wp-carousel-free/assets/icon-256x256.png?rev=3506878)
 * [Carousel, Slider, Photo Gallery with Lightbox, Video Slider, by WP Carousel](https://wordpress.org/plugins/wp-carousel-free/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-carousel-free/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-carousel-free/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-carousel-free/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-carousel-free/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-carousel-free/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Uzzal](https://wordpress.org/support/users/uzzalth/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/text-doesnt-render-based-on-screen-device-size/#post-11249441)
 * Status: resolved