at the very bottom, the footer is left justified on the page
i can’t seem to get it centered. the black bar with the Hosted by… Original wp theme…etc. it is left justified
the theme seems to wrap ‘everything’ into <div id="page"> which is centering the site.
the <div id="footer"> is outside of this div.
either add some css (for instance: margin: 0 auto; ) to the style of #footer to center it as well; or find the </div> that closes the #page div, and move it to after the closing of the #footer div.
probably in footer.php
here is the footer page code. it looks like it is already there or no? forgive me for being an idiot with this. thanks
[Code moderated as per the Forum Rules. Please use the pastebin]
figured it out and used the css, thanks for the help
it looks like it is already there or no?
you are right;
however, it seems that there is a wrong </div> somewhere in the code.
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.sinisterskate.com%2Fmain%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
try and check sidebar.php, and see if the opening and closing of divs is balanced.
figured it out and used the css, thanks for the help
this is like modern medicine – masking the symptoms instead of curing the problem.