Title: width and height problems
Last modified: August 24, 2016

---

# width and height problems

 *  Resolved [rman](https://wordpress.org/support/users/rman/)
 * (@rman)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/width-and-height-problems/)
 * I try to make some changes with different width etc
    and all the results are 
   the same with no change. I tried with class horizontal, inline etc same prob.
   I want to have 6 videos in 2 lines with 200 videos widht and height. Can you 
   write the code please!
 * This example not work, it gives me 6 videos in 600px widht etc!
    [relatedYouTubeVideos
   relation=”keywords” terms=”greece” max=”5″ width=”200″ height=”200″ class=”left
   horizontal spacing-20″ showVideoTitle=”true” showVideoDescription=”true” random
   =”10″ showVideoTitle=”true” orderBy=”date”]
 * [https://wordpress.org/plugins/related-youtube-videos/](https://wordpress.org/plugins/related-youtube-videos/)

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

 *  Plugin Author [Chris](https://wordpress.org/support/users/zenation/)
 * (@zenation)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/width-and-height-problems/#post-6109438)
 * Hi,
    your shortcode example seems to work for me. At least in the sense that 
   the videos are diplayed in the correct width and height.
 * The title and the description is potentially wider, though, depending on the 
   theme you’re using, I guess. But that could and should be fixed with some custom
   CSS.
 * Do you have a sample URL for your page? Feel free to email me if you don’t want
   to post it here in public.
 *  Thread Starter [rman](https://wordpress.org/support/users/rman/)
 * (@rman)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/width-and-height-problems/#post-6109589)
 * Works fine !!!
    Thanks for the support Chris 🙂 With this css
 *     ```
       #RYTV-InPage {
         list-style-type:      none !important;
         padding:              0;
       }
       #RYTV-InPage li {
         display:              inline-block;
         list-style-image:     none !important;
         list-style-position:  outside !important;
         list-style-type:      none !important;
         padding:              0;
         vertical-align:       top;
         width:                48%; /* 48% means that basically only 2 elements fit into one row */
         margin-bottom:        1em;
       }
       #RYTV-InPage .title {
         display:              block;
         font-weight:          bold;
       }
       #RYTV-InPage .description {
         display:              block;
         font-size:            0.85em;
       }
       ```
   
 * you can do something like this:
    [http://www.apn.gr/?p=43186](http://www.apn.gr/?p=43186)
   if you like!

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

The topic ‘width and height problems’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/related-youtube-videos.svg)
 * [Related YouTube Videos](https://wordpress.org/plugins/related-youtube-videos/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/related-youtube-videos/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/related-youtube-videos/)
 * [Active Topics](https://wordpress.org/support/plugin/related-youtube-videos/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/related-youtube-videos/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/related-youtube-videos/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [rman](https://wordpress.org/support/users/rman/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/width-and-height-problems/#post-6109589)
 * Status: resolved