galbers Posted November 23, 2022 Share Posted November 23, 2022 I'm trying to make the footer go full width to the screen left, right and bottom. I have custom CSS that I've modified so far: #footer { background: #000066; padding: 30px; margin-top: 60px; text-align: left; } But can't figure out how to make the margin or padding to the container to 0. Not sure if I have the language correct here. Link to comment
tuanphan Posted November 25, 2022 Share Posted November 25, 2022 Hi, What is site url? We can check this easier 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
galbers Posted November 25, 2022 Author Share Posted November 25, 2022 cottonmule.com Link to comment
tuanphan Posted November 29, 2022 Share Posted November 29, 2022 On 11/26/2022 at 4:20 AM, galbers said: cottonmule.com Add to Design > Custom CSS footer#footer { max-width: 100% !important; } 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
galbers Posted November 29, 2022 Author Share Posted November 29, 2022 @tuanphan Just put the max-width code in the custom CSS and it doesn't seem to be adjusting to the full width of screen. Is there another option? Do I need to select the block instead? Link to comment
tuanphan Posted December 2, 2022 Share Posted December 2, 2022 On 11/29/2022 at 8:55 PM, galbers said: @tuanphan Just put the max-width code in the custom CSS and it doesn't seem to be adjusting to the full width of screen. Is there another option? Do I need to select the block instead? I see it worked here. Or you need footer touch the left & right of screen? 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
galbers Posted December 2, 2022 Author Share Posted December 2, 2022 @tuanphan Yes, I want the footer color to touch left, right, bottom of screen. Do you know how to code that? Link to comment
Solution tuanphan Posted December 4, 2022 Solution Share Posted December 4, 2022 On 12/2/2022 at 9:00 PM, galbers said: @tuanphan Yes, I want the footer color to touch left, right, bottom of screen. Do you know how to code that? Use this new code html, body { overflow-x: hidden; } footer#footer { background: #006; padding: 30px; margin-top: 60px; text-align: left; max-width: 100% !important; position: absolute; left: 0; width: 100%; } lelaw 1 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
galbers Posted December 5, 2022 Author Share Posted December 5, 2022 @tuanphan Perfect!!! Thanks. 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