Forums
Home / Fixing WordPress / CSS and footer.php
(@pjr1970)
12 years, 3 months ago
I’m having trouble getting my footer to pick up the styling from the css.
Styles work throughout the rest of the structure – the link to the stylesheet in the header works fine. Can anyone help?
(@kmessinger)
Please post a link and explain exactly what you are trying to do.
Hi.
The url is: https://beta.gurucareers.com
I’m trying to use the styles in my CSS but the footer doesn’t seem to recognise them (the rest of the site does).
The Stylesheet is at https://beta.gurucareers.com/wp-content/themes/imbalance/style.css and the style i’m testing is #footer-container and can be found on line 158 of the css.
Thanks
(@alchymyth)
line 112 has a broken style:
.entry-content { #content-left { width:618px; float:left; padding-right: 10px; margin-bottom: 50px; }
this is stopping all following styles to get applied.
Simple. Could see the wood for the trees etc. and coding too late at night.
Thanks alchymyth.