I’m also looking for a solution to that. right now i just use a plugin that restricts the original size of the youtube window but then still has black borders when shrinked even further, and it would be nice if the yt window would vertically shrink automatically when viewed on smaller screens, instead of showing black bars
thanks, i keep txt versions of my modified css, but i’ll look into child themes, i know it’s the way to go. thank you!
i just deleted the 3rd line altogether
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
<h1 class="entry-title"><?php the_title(); ?></h1>
</header>
it’s now
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
</header>
it worked, not showing page name anymore.