Hi
I've been having this problem with the footer for a couple of weeks now.
the footer on My account page doesnt seem to stick at the bottom of the page.
any help would be much appreciated. Thanks!
Solved! Go to Solution.
Hey @gerald_cruz1,
As I can see in the browser console, that you footer is called in main content area.
It should be outside of main content area as header.
Kindly check once theme's xml file where you have defined footer.
Hi sir @Vimal Kumar ,
Thanks for the help! will look for the xml file. and put the home_footer outside the maincontent.
Hi @gerald_cruz1,
Could you share the public url of your website? so I can help you better.
Hi sir Vimal,
here's the url:
ls.cumbriaridge.com
Thank you!
Hey @gerald_cruz1,
As I can see in the browser console, that you footer is called in main content area.
It should be outside of main content area as header.
Kindly check once theme's xml file where you have defined footer.
@gerald_cruz1
For workaround, you can update following css class in your custom.css file.
.home_footer { width: 90%; margin: 0 auto; text-align: center; position: absolute; bottom: 0; }
I hope it will work for you!
Hi sir @Vimal Kumar ,
Thanks for the help! will look for the xml file. and put the home_footer outside the maincontent.
Thank you so much sir @Vimal Kumar!
@gerald_cruz1 Glad to help you!
Workaround should work as well untill you fix the xml issue.