Sounds easy enough but I can’t seem to find wp-content to start… is it under customize?
Assuming this is the whole code…. if ( ! current_theme_supports( ‘responsive-embeds’ ) ) {
return ‘<div class=”fitvids-video”>’ . $html . ‘</div>’;
}
return $html;
The gap is between the text and the video embed. I noticed that if I embed the video using the video embed code, the gap disappears. This means there is a problem with the YouTube embed option the template offers. Is there a fix so that I do not need to updated every single blog? Please advise urgently.