Wordpress Content Width

Discussion in 'CSS' started by World Life, Dec 26, 2012.

  1. #1
    Hello,


    When i post normally using wordpress editor.. and add the iframe code like this..

    <iframe id="player" src="http://streamson.me/sink1.html" frameborder="0" scrolling="no" width="600" height="500"></iframe>

    The post only shows half of the player...

    http://site.football-memes.com/live-streaming-matches/stoke-city-vs-liverpool-fc/559/


    When i place the same code in a blank .html file and then iframe it...

    http://site.football-memes.com/livematches/sunderlandvscity.php

    Input code: <iframe src="http://site.football-memes.com/livematches/sunderlandvscity.php" width="100%" height="500"></iframe>


    And its like this..
    http://site.football-memes.com/live-streaming-matches/sunderland-vs-manchester-city/563/

    My Style.css
    http://pastebin.com/f3yaGbPZ

    I want a way to either show the full player... in other words.. increase the post/content area... Or remove the two white space and increase it...

    I have tried incrasing iframe width... #content width but didnt change anything...
     
    World Life, Dec 26, 2012 IP
  2. DigitalOverdose

    DigitalOverdose Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Getting a 404 not found on your links, increasing the iframe size will just add a scroll bar if it cant fit within the content area, try using a full width page with out the sidebar or else the other solution would be to increase the page width its in your style.css #wrap { width: 963px; margin: 0 auto; } add the same amount to your main content area
     
    DigitalOverdose, Dec 30, 2012 IP
  3. P.K.

    P.K. Member

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    yes, I agree with your solution

     
    P.K., Jan 2, 2013 IP
  4. sianipar

    sianipar Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    404 here... you can simply reduce the video size to fit your content area width
     
    sianipar, Jan 3, 2013 IP
  5. lolpasslol

    lolpasslol Peon

    Messages:
    860
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Go to the main html page ,
    and edit ,
    actually the whole code is needed to solve such kinds of problem.
     
    lolpasslol, Jan 3, 2013 IP