CommonMarket
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Warning code on home pageThanks!
Forum: Themes and Templates
In reply to: Sizing a logo that replaced the header titleThanks again 🙂
Forum: Themes and Templates
In reply to: Sizing a logo that replaced the header titlePerfect!!!! I’ve been working on this for 2 days. Thank you so much!
(I feel a little bit smarter now)Forum: Themes and Templates
In reply to: Sizing a logo that replaced the header titleDo you think I should just edit the logo in Photoshop and make the original file smaller? then all I would have to do is make sure it was aligned to the left…just thinking out loud.
Forum: Themes and Templates
In reply to: Sizing a logo that replaced the header titleThat is definitely a step in the right direction. Before you gave me that last code I had edited it down to this:
<hgroup> <img src="http://www.cryhavocdesign.net/wp-content/uploads/2013/01/logo-for-website.png" alt="" id="site-logo-image" / </span> </hgroup>Which made the header back to its normal size and the logo a little smaller and centered.
Your code made the header image a little smaller, the logo smaller than that and made it clickable.Forum: Themes and Templates
In reply to: Sizing a logo that replaced the header titleThanks, like i said I’m still learning the whole process.
Is it possible that something in my header.php is reading the logo and slider header as the same thing? Maybe i used the wrong technique to insert the logo.
Sorry I’m so dense about all this.<body <?php body_class(); ?>> <div id="page" class="hfeed"> <header id="branding" role="banner"> <hgroup><img src="http://www.cryhavocdesign.net/wp-content/uploads/2013/01/logo-for-website.png" alt="" id="site-logo-image" /> <a href="http://www.cryhavocdesign.net/"><img.site-logo-image> </a>Forum: Themes and Templates
In reply to: Sizing a logo that replaced the header titleI think I still must be missing something in the code. What you said makes perfect sense but its not working. I tried a few different variations and at one point it changed the size of the sliding header images but the logo still stayed the same…