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: https://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:[email protected]">Depth Recordings</a> <br />
powered by <a href="https://www.ads-software.com/">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="https://creativecommons.org/licenses/by-nc-nd/2.5/" target="blank" ><img alt="Creative Commons License" border="0" src="https://creativecommons.org/images/public/somerights20.png"/></a><br/>This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-nc-nd/2.5/" target="blank" >NonCommercial-NoDerivs 2.5 License</a>.<!--/Creative Commons License--><!-- <rdf:RDF xmlns="https://web.resource.org/cc/" xmlns:dc="https://purl.org/dc/elements/1.1/" xmlns:rdf="https://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Work rdf:about="">
<license rdf:resource="https://creativecommons.org/licenses/by-nc-nd/2.5/" />
<dc:type rdf:resource="https://purl.org/dc/dcmitype/Sound" />
</Work>
<License rdf:about="https://creativecommons.org/licenses/by-nc-nd/2.5/" ><permits rdf:resource="https://web.resource.org/cc/Reproduction"/><permits rdf:resource="https://web.resource.org/cc/Distribution"/><requires rdf:resource="https://web.resource.org/cc/Notice"/><requires rdf:resource="https://web.resource.org/cc/Attribution"/><prohibits rdf:resource="https://web.resource.org/cc/CommercialUse"/></License></rdf:RDF> -->
</body>
</html>Here’s my CSS page: https://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.