trikkything
Member
Posted 4 months ago #
Hello,
I have a wordpress driven website.
The homepage has the default template of the theme.
After editing the page and adding content, the footer at the bottom of the page is off-centered.
please see at this adress: http://www.englezaarad.ro
What could cause this?
If you take a look at the other pages, the footer is at its place!
Thanks for any ideas..
set to div "footer-text"
margin:0 auto;
trikkything
Member
Posted 4 months ago #
Hi YouON
I added the code you suggested to #footer. It works like a dream!
#footer{padding:10px 0px 40px 0px; width:940px; margin:0 auto;
clear:both; background-image:url(images/double-line.gif); background-repeat:repeat-x}
#footer-text{font-size:11px; color:#999689 }
Thanks allot!