cprowe
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Content background isn’t stretching to cover all the content.Thanks for all the help, this has now been fixed.
The coder accidentally added “position: absolute” to the #content.
Forum: Fixing WordPress
In reply to: Content background isn’t stretching to cover all the content.kohaku: Yes I do, both the footer and sidebar info is in the relevant section.
jonimueller: Thanks, I designed it i’m just adding some content for the client but can’t get rid of the problem.
The style.css contains the following for the footer;
/* =Footer */
p.footer {
clear: both;
font-size: 1.2em;
color: #ffffff;
margin: 15px 0px 0px 0px;
padding-bottom: 30px;
}p.left {
position: absolute;
}p.right {
position: absolute;
right: 0px;
}p.footer a {
color: #ffffff;
text-decoration: none;
font-weight: bold;
}Thanks for the help so far!
Forum: Fixing WordPress
In reply to: Content background isn’t stretching to cover all the content.Footer Code:
<br class=”clear” />
<p class=”footer left”>Copyright © 2008 Carr Grange Joinery Limited. All Rights Reserved.
Co. Reg. No. 4927212 | VAT Reg. No. 457 5215 39</p>
<p class=”footer right”>Designed by Onvo.co.uk</p></div>
</body>
</html>Index:
<?php get_sidebar(); ?><?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: Content background isn’t stretching to cover all the content.I’ve taken out the fixed and it’s now gone back to how it was original, it just still won’t stretch downwards.
Could it related to the sidebar at all? This is the sidebar code;
<div id=”sidebar”>
<div id=”log_res”>
<!– spanner –>
<div id=”log”>
</div>
</div>
<h6>Carr Grange Joinery</h6>
<address>Station Yard</address>
<address>Station Rd</address>
<address>Bawtry, Doncaster</address>
<address>South Yorkshire</address>
<address>DN10 6QD</address><h6>Telephone</h6>
<address>01302 719474</address><h6>Fax</h6>
<address>01302 710368</address><h6>Email</h6>
<address>[email protected]</address>
<address>[email protected]</address>
</div>Forum: Fixing WordPress
In reply to: Content background isn’t stretching to cover all the content.I’ve changed the style to the above and it’s now done the following;
https://carrgrange.co.uk/?page_id=14Is there any code or info I can provide to help fix this problem?
Thanks for the help so far though.