Center Youtube Embed via CSS

  • Posted in : Read WP
  • Loul
    Participant

    I’d like to have all youtube video embeds center in the post.

    Right now, if members embed a youtube video (iframe) they have to add the center tags.

    How would this be done with CSS?

    Thanks.

    Mehmet S.
    Keymaster

    Hi, use this in your theme options > custom css box:

    .entry-content iframe { text-align: center; }
    
    Loul
    Participant

    Tried this; doesn’t work.

    Mehmet S.
    Keymaster

    Try this:

    .entry-content iframe
    {
    margin-left: auto;
    margin-right: auto;
    }
    
    Loul
    Participant

    For some reason this doesn’t work either.

    ahmetsali
    Keymaster

    Hi, please provide your page url to see what’s wrong.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register