Title: dradutu's Replies | WordPress.org

---

# dradutu

  [  ](https://wordpress.org/support/users/dradutu/)

 *   [Profile](https://wordpress.org/support/users/dradutu/)
 *   [Topics Started](https://wordpress.org/support/users/dradutu/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dradutu/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dradutu/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dradutu/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dradutu/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dradutu/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Twelve] Excessive black space on videos](https://wordpress.org/support/topic/excessive-black-space-on-videos/)
 *  [dradutu](https://wordpress.org/support/users/dradutu/)
 * (@dradutu)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/excessive-black-space-on-videos/#post-3402264)
 * 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
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to remove page name in twentytwelve theme](https://wordpress.org/support/topic/how-to-remove-page-name-in-twentytwelve-theme/)
 *  [dradutu](https://wordpress.org/support/users/dradutu/)
 * (@dradutu)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/how-to-remove-page-name-in-twentytwelve-theme/#post-3269337)
 * 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!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to remove page name in twentytwelve theme](https://wordpress.org/support/topic/how-to-remove-page-name-in-twentytwelve-theme/)
 *  [dradutu](https://wordpress.org/support/users/dradutu/)
 * (@dradutu)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/how-to-remove-page-name-in-twentytwelve-theme/#post-3269335)
 * 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.

Viewing 3 replies - 1 through 3 (of 3 total)