Robert914 Posted September 16, 2020 Share 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> Link to comment
tuanphan Posted September 18, 2020 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment