Results 1 to 7 of 7

Thread: video_right_single ad is out of its range! Help plz?

  1. #1
    Join Date
    Jun 2011
    Posts
    10

    Default video_right_single ad is out of its range! Help plz?

    Hi,

    I just put adsense ads on my website everything is fine but I have an issue with the video_right_single ad!!!!
    if you take a look at the video_right_single ad on the following link :

    ShipClip - Fat guy maze game reaction snl

    you can notice that the video_right_single ad is out of its range which means it should get to the left side a little bit so it would be in its range!!!

    and also I want to make my player to be sized as exactly as youtube player's size so please tell me what's the width and the length values i need to put in my admin settings (player size).

    that would be more than appreciated!!

    Thanks!!!! :)

  2. #2
    Join Date
    Sep 2007
    Posts
    906

    Default

    for the video_right_single, can't you resize the advertisement width to fit ? If not, you need to increase width of sidebar, that need site width increased.

    Youtube player size is

    width="640" height="390"
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  3. #3
    Join Date
    Jun 2011
    Posts
    10

    Default

    no , I can't because that's the exact size I need, any other method please?
    when I resized my player to width="640" height="390"the fullscreen button has disappeared and also I can't see my watermark on the video!!!

    Thanks,

  4. #4
    Join Date
    Jun 2011
    Posts
    10

    Default

    and also how to increase site width?

  5. #5

    Default

    It seems your advertisement width is bigger than view video sidebar width.

    google_advt width : 336px;

    div#view-video-sidebar width : 323px;

    Add Medium Rectangle(300 x 250) advertisment or increase the div#view-video-sidebar width in stylesheet


    For increasing the whole site width edit style.css and findout the following

    #wrapper {
    background-color: #FFFFFF;
    margin: 0 auto;
    min-width: 960px;
    padding: 0;
    text-align: left;
    width: 60em;
    }
    Last edited by buyscripts; 06-14-2011 at 03:44 AM.

  6. #6
    Join Date
    Jun 2011
    Posts
    10

    Default

    I tried to change couple of values but nothing is changed, here's how mine looks like ;

    #wrapper {
    margin: 0 auto;
    padding: 0;
    text-align:left;
    width:60em; /* !IE */
    *width:960px;/* IE */
    min-width:960px;
    background-color:#FFF;
    }

    so please tell me what I exactly need to change?
    thx for helpping!

  7. #7

    Default

    Edit style.css

    #wrapper {
    margin: 0 auto;
    padding: 0;
    text-align:left;
    width:60em; /* !IE */
    *width:960px;/* IE */
    min-width:960px; Change width here
    background-color:#FFF;
    }

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •