I put my logo in and it looks good on the home page, but it will not take on the other pages. How do I do this? I have a header, but that is just a picture strip that runs along the blog...not where the logo would go.
Blog url: http://veghappy.wordpress.com/
Need help? Check out our Support site, then
Logo not apparing on other pages, but looks great on home page.
-
-
This selector is too specific for the non home pages:
div.title h1.site-title aTry changing it to this:
.title .site-title aTo make the site description styling consistent, replace this:
div.title .site-description { position:relative; width:200px; float:left; top:103px; left:6px; border:0!important; border-left:1px solid #ccc!important; padding:0!important; }With this:
#header #logo .title .desc { position: absolute; left: 205px; top: 145px; border-top: 0; border-left:1px solid #ccc; width:200px; padding:0; }
Topic Closed
This topic has been closed to new replies.