Gilbert Posted May 19, 2022 Posted May 19, 2022 Site URL: https://www.darkarts.co I would like the black bar to stretch across the browser width, but keep the address and social icons centred as they are.... I'm using Forster 7.1 template
Solution tuanphan Posted May 20, 2022 Solution Posted May 20, 2022 Try adding to Design > Custom CSS footer.Footer { position: absolute; bottom: 0; left: 0; width: 100%; z-index: 99999; top: unset; } body { position: relative; } .Footer-inner.clear { max-width: 960px; margin: 0 auto; } .Site-inner { padding-bottom: 250px; } @media screen and (max-width:640px){ .Site-inner { padding-bottom: 450px; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment