beyonceuk1 Posted September 7, 2016 Share Posted September 7, 2016 Is there any way to force the footer to the bottom of the browser window when there is only a little content? the big white space is horrible. Link to comment Share on other sites More sharing options...
Knowband Plugins Posted September 7, 2016 Share Posted September 7, 2016 Try adding the following CSS to your footer-container .footer-container { position: absolute; bottom: 0; } If you don't want to modify core file, you can use custom css/js module to add custom code to your store. Link to comment Share on other sites More sharing options...
beyonceuk1 Posted September 9, 2016 Author Share Posted September 9, 2016 Thanks for that. For some reason in this custom theme there is no .footer-container in global.css - if I just add that code nothing changes. Do know which file looks up .footer-container? May be something missing there. Link to comment Share on other sites More sharing options...
Knowband Plugins Posted September 12, 2016 Share Posted September 12, 2016 The footer-container must be renamed to something else for your theme and it can't be predicted. You may share your website URL or compare your theme with the default one to find our what is the name of your footer-container. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now