protomedia
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [MT-Dark Theme] Removing the Title TextBrilliant. Works perfectly. Thank you so much!
Forum: Themes and Templates
In reply to: [MT-Dark Theme] Removing the Title TextThanks 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/
And here’s the site after:
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
In reply to: Navbar AdjustmentNever 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
In reply to: Navbar AdjustmentApparently no html in the forum…you can view the screenshot here:
http://www.flickr.com/photos/41017313@N07/4306138663/sizes/o/
Forum: Themes and Templates
In reply to: Navbar AdjustmentThat’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”/>