Title: protomedia's Replies | WordPress.org

---

# protomedia

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[MT-Dark Theme] Removing the Title Text](https://wordpress.org/support/topic/mt-dark-theme-removing-the-title-text/)
 *  Thread Starter [protomedia](https://wordpress.org/support/users/protomedia/)
 * (@protomedia)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/mt-dark-theme-removing-the-title-text/#post-1360556)
 * Brilliant. Works perfectly. Thank you so much!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[MT-Dark Theme] Removing the Title Text](https://wordpress.org/support/topic/mt-dark-theme-removing-the-title-text/)
 *  Thread Starter [protomedia](https://wordpress.org/support/users/protomedia/)
 * (@protomedia)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/mt-dark-theme-removing-the-title-text/#post-1360491)
 * Thanks for the help. Didn’t quite fix my problem though.
 * Here’s the site before the fix:
 * [http://www.flickr.com/photos/41017313@N07/4307600321/sizes/m/](http://www.flickr.com/photos/41017313@N07/4307600321/sizes/m/)
 * And here’s the site after:
 * [http://www.flickr.com/photos/41017313@N07/4308341312/sizes/m/](http://www.flickr.com/photos/41017313@N07/4308341312/sizes/m/)
 * It removes the title, but pushes all my navigation tabs to the top of the screen.
   I edited the location of the tabs by adjusting the margin setting in the style.
   css here:
 *     ```
       /* End CSS Drop Down Menu */
   
       #header {
           height: 400px;
       	background:transparent url(img/header.jpg) no-repeat top ;
       }
       #header h1, #header h2{
       	text-align:center;
       	margin:10px auto 0;
           font-size:32px;
       	line-height: 1em;
       }
       #header h1 a, #header h2 a{ /
           margin:0 0 350px 0;       <------edited here---
       	display:block;
       	color:#B06604;
       }
       #header h1 a:hover, #header h2 a:hover{
       	color:transparent;
       }
       .title{
           border-top: 3px #594020 double;
       	background:#2E2010;
           margin: 0 ;
           padding: 5px 30px 10px 30px;
       	font-size: 1.3em;
       ```
   
 * I suppose by removing the h1 & h2 from the header.php I removed the element the
   tabs were set 350px below. Any thoughts on how I might be able to remove the 
   title and relocate my taps back?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Navbar Adjustment](https://wordpress.org/support/topic/navbar-adjustment/)
 *  Thread Starter [protomedia](https://wordpress.org/support/users/protomedia/)
 * (@protomedia)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/navbar-adjustment/#post-1357020)
 * Never mind, I figured it out. If anyone else is curious I was able to edit the
   drop down menu margin, and bumped it up to 350px:
 *     ```
       #header h1 a, #header h2 a{
           margin:0 0 350px 0;
       	display:block;
       	color:#B06604;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Navbar Adjustment](https://wordpress.org/support/topic/navbar-adjustment/)
 *  Thread Starter [protomedia](https://wordpress.org/support/users/protomedia/)
 * (@protomedia)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/navbar-adjustment/#post-1357015)
 * Apparently no html in the forum…you can view the screenshot here:
 * [http://www.flickr.com/photos/41017313@N07/4306138663/sizes/o/](http://www.flickr.com/photos/41017313@N07/4306138663/sizes/o/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Navbar Adjustment](https://wordpress.org/support/topic/navbar-adjustment/)
 *  Thread Starter [protomedia](https://wordpress.org/support/users/protomedia/)
 * (@protomedia)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/navbar-adjustment/#post-1357014)
 * That’s why I noted in the original post that it was the MT-Dark theme. Here is
   a screenshot of what I have and what I’m trying to do:
 * <img src=”[http://farm5.static.flickr.com/4022/4306138663_32af51d464.jpg”/&gt](http://farm5.static.flickr.com/4022/4306138663_32af51d464.jpg”/&gt);

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