• Hello,

    Love the theme but youtube vids that are posted via link and then have WP convert to embedded video are not sizing properly and are larger than images. Videos are overlapping sidebar.

    Thanks for your help

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author CodeSipper

    (@codesipper)

    Can you give me the link to your site please so I can investigate?
    Thanks

    Thread Starter laddmc

    (@laddmc)

    I am trying to transition to the theme. The site is https://dev.fleetingsurvival.com/. The theme does not seem to dynamically adjust to screen / browser size. Instead of eliminating columns the Menu will collapse under the last post. YouTub vids seem especially susceptible to this.

    Theme Author CodeSipper

    (@codesipper)

    Hi there

    You need to change the css on youtube-player and enter the width 100%.

    Do this as follows:

    1) Go to your dashboard on WordPress
    2) Click on Appearance > Editor
    3) Copy the complete following line and paste it at the end of the CSS after the last bracket.

    .youtube-player { width: 100% }

    Make sure you include the dot in front of youtube-player.

    4) Click “Update File”

    The video will now size correctly

    Thread Starter laddmc

    (@laddmc)

    Thank you for the fast reply.

    At the end of the #footer #theme bracket? That did not work.

    Theme Author CodeSipper

    (@codesipper)

    Try this, in the same place.

    iframe.youtube-player { width: 100% }

    Thread Starter laddmc

    (@laddmc)

    That didn’t work either.

    If you want to take this offline I have no issue creating an account for you so you can mess with it?

    Theme Author CodeSipper

    (@codesipper)

    email me at [email protected]

    Thread Starter laddmc

    (@laddmc)

    inbound

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘YouTube sizing is wrong’ is closed to new replies.