The.Suncover
Member
Posted 4 years ago #
Hello everyone,
I've been making a website with a wordpress theme called metamorphis hills and most of it is done but now i have a problem with the footer, the whole footer is aligned to the right but i can't find out where the problem occured, the website is http://www.suncover.com.au any help will be greatly appreciated.
reflexionstudios
Member
Posted 4 years ago #
It looks like you may have prematurely closed your #content <div>, which knocked the #footer div out. Check to make sure you don't have any extraneous </div> tags prior to where your page calls get_footer();
The.Suncover
Member
Posted 4 years ago #
reflexionstudios
Member
Posted 4 years ago #
Most likely your index.php, but it looks like you've already fixed it.