• 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

    That looks very ugly…And if you didn’t realise what’s the problem from the picture, here is live : Click 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)
  • 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.