Title: Video Title Size
Last modified: August 24, 2016

---

# Video Title Size

 *  [hmessing](https://wordpress.org/support/users/hmessing/)
 * (@hmessing)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/video-title-size/)
 * I tried to find the answer to this but just couldn’t. I would like to adjust 
   the size of the video title. I know I can do it in CSS but I just don’t know 
   what the reference to that title is to add it. This is the page I’m working on
   [http://www.weathermatic.com/test_videos/](http://www.weathermatic.com/test_videos/)
 * I would like to either make the font size smaller so they don’t overlap or wrap
   the title onto 2 lines if possible.
 * Thank you in advance for your help!
 * [https://wordpress.org/plugins/youtube-channel/](https://wordpress.org/plugins/youtube-channel/)

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

 *  Plugin Author [Aleksandar Urošević](https://wordpress.org/support/users/urkekg/)
 * (@urkekg)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/video-title-size/#post-6172680)
 * Hi there,
 * You probably did Copy&Paste of shortcode example from Description page, right?
   So, switch page editor to Text mode and remove `<pre>` and `</pre>` HTML tag 
   from code.
 * Next, to target YTC video title and reduce line height and font size, use:
 *     ```
       .youtube_channel h3.ytc_title {
         line-height: 1.2em;
         font-size: 1.0em;
         height: 2.4em;
         overflow: hidden;
       }
       ```
   
 *  Thread Starter [hmessing](https://wordpress.org/support/users/hmessing/)
 * (@hmessing)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/video-title-size/#post-6172683)
 * Thank you!!!! Quickest response time ever! I appreciate it!
 *  Plugin Author [Aleksandar Urošević](https://wordpress.org/support/users/urkekg/)
 * (@urkekg)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/video-title-size/#post-6172684)
 * You are welcome.
 * Also, if you are happy with plugin and support, feel free to review and rate 
   it [https://wordpress.org/support/view/plugin-reviews/youtube-channel](https://wordpress.org/support/view/plugin-reviews/youtube-channel)
 * Thanks

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

The topic ‘Video Title Size’ is closed to new replies.

 * ![](https://ps.w.org/youtube-channel/assets/icon.svg?rev=2845692)
 * [My YouTube Channel](https://wordpress.org/plugins/youtube-channel/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/youtube-channel/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/youtube-channel/)
 * [Active Topics](https://wordpress.org/support/plugin/youtube-channel/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/youtube-channel/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/youtube-channel/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Aleksandar Urošević](https://wordpress.org/support/users/urkekg/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/video-title-size/#post-6172684)
 * Status: not a support question