• Resolved quagmired

    (@quagmired)


    This is an example of the code I’m using for captions on embedded Youtube videos, as suggested by WordPress.

    [caption align="alignnone" width="560" caption="caption here"][embed]https://www.youtube.com/watch?v=-YGDyPAwQz0[/embed][/caption]

    However, unlike captions for images, using this with embedded videos leaves some space between the video and the caption.

    Is there a way to prevent this? I could try editing the CSS but I’m not sure which one it is.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author galussothemes

    (@galussothemes)

    Hi quagmired,

    go to Appearance > Editor, select custom-style.css, paste the code below and click Update File button:

    .entry-content iframe {
        margin-bottom:0;
    }
    Thread Starter quagmired

    (@quagmired)

    Thanks for the quick response!

    That worked ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove padding or margin for captions on embedded videos’ is closed to new replies.