Odd issues after install and editing
-
I’ve searched the forums and can’t seem to get any feedback that has worked for my issues.
I installed WP last week and I found some odd changes when I looked @ my site today: http://wearedepthrecordings.com/1/
First off, there’s a huge space/gap below the header that was never there.. I never changed any code that would add space like this in the CSS, so I don’t know why it’s doing that.
Second, the footer is doing something odd: the let side of the footer, when hovered over, links to my RSS feed, but that feed link isn’t even in the footer, I moved it to the sidebar.Heres my footer code:
<hr />
<div id="footer"><p>
Copyright © 2004 - <?php echo date('Y'); ?> - <a href="mailto:info@wearedepthrecordings.com">Depth Recordings</a> <br />
powered by <a href="http://wordpress.org/">WordPress</a><!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. -->
</p>
</div>
</div><?php wp_footer(); ?>
<!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/2.5/" target="blank" ><img alt="Creative Commons License" border="0" src="http://creativecommons.org/images/public/somerights20.png"/></a><br/>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/2.5/" target="blank" >NonCommercial-NoDerivs 2.5 License</a>.<!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Work rdf:about="">
<license rdf:resource="http://creativecommons.org/licenses/by-nc-nd/2.5/" />
<dc:type rdf:resource="http://purl.org/dc/dcmitype/Sound" />
</Work>
<License rdf:about="http://creativecommons.org/licenses/by-nc-nd/2.5/" ><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><prohibits rdf:resource="http://web.resource.org/cc/CommercialUse"/></License></rdf:RDF> -->
</body>
</html>Here’s my CSS page: http://wearedepthrecordings.com/1/style.css
My last issue is that I’m trying to shift the text of my header to the right of the image, but all the forums I’ve read gave ideas (which I tried) that made the text shift to the right of the image and out of the header space.
HELP!
The topic ‘Odd issues after install and editing’ is closed to new replies.