Title: Serious template problem
Last modified: August 19, 2016

---

# Serious template problem

 *  [SimeriaIonut](https://wordpress.org/support/users/simeriaionut/)
 * (@simeriaionut)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/serious-template-problem/)
 * Hi, i have just installed a new theme , and i love it. But the template is not
   good for youtube videos, let me show you the problem :
 * [http://i56.tinypic.com/10xvqiu.jpg](http://i56.tinypic.com/10xvqiu.jpg)
 * That looks very ugly…And if you didn’t realise what’s the problem from the picture,
   here is live : [Click](http://laughzone.info) I hope that’s not against the rules,
   and if it is sorry admin can edit the link.
 * So how can i fix that ugly problem? What i have to modify from stylesheet ?

Viewing 1 replies (of 1 total)

 *  [Frumph](https://wordpress.org/support/users/frumph/)
 * (@frumph)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/serious-template-problem/#post-1853110)
 * Open up the functions.php file, search for $content_width and see if it’s there,
   looks like it could be set to 630
 * If it is’ change it so that the $content_width = 600
 * It it doesn’t exist, add it to the functions.php file like this:
 *     ```
       if ( ! isset( $content_width ) )
       	$content_width = 600;
       ```
   
 * If you are using viper video plugin, you can change that setting, in it’s setting
   for the width

Viewing 1 replies (of 1 total)

The topic ‘Serious template problem’ is closed to new replies.

## Tags

 * [problem](https://wordpress.org/support/topic-tag/problem/)
 * [template](https://wordpress.org/support/topic-tag/template/)

 * 1 reply
 * 2 participants
 * Last reply from: [Frumph](https://wordpress.org/support/users/frumph/)
 * Last activity: [15 years, 4 months ago](https://wordpress.org/support/topic/serious-template-problem/#post-1853110)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
