Robert914 Posted September 16, 2020 Posted September 16, 2020 Site URL: https://www.cibusconsulting.com Hi, I've been using the following code to change the color of my footer on specific pages. However I've noticed that the footer color doesn't fully expand to the width of larger windows. How can I fix this problem? Thanks! <style> footer#footer-sections .content-wrapper { background: #425066 !important; } </style>
tuanphan Posted September 18, 2020 Posted September 18, 2020 You need to set max-width 100% for footer footer#footer-sections .content-wrapper { background: #425066 !important; max-width: 100%; } 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
Archived
This topic is now archived and is closed to further replies.