styleproof Posted December 22, 2019 Share Posted December 22, 2019 (edited) How can I make Avenue footer full width? Or even just centering it on the page instead of left justifying would help. Edited December 22, 2019 by styleproof ysmialee and tuanphan 2 Link to comment
tuanphan Posted December 22, 2019 Share Posted December 22, 2019 5 hours ago, styleproof said: How can I make Avenue footer full width? Or even just centering it on the page instead of left justifying would help. Add to Home > Design > Custom CSS /* Footer Full width and background color */ #canvas { max-width: 100%; position: relative; } #footer { position: absolute; bottom: 0; left: 0; right: 0; padding: 60px; background: gray; } section#page { margin-bottom: 150px; } Reference: https://beaverhero.com/avenue-squarespace/#Footer_Background_Color_Footer_Full-width 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!) Link to comment
LauraLeigh Posted February 19, 2021 Share Posted February 19, 2021 On 12/23/2019 at 6:57 AM, tuanphan said: Add to Home > Design > Custom CSS /* Footer Full width and background color */ #canvas { max-width: 100%; position: relative; } #footer { position: absolute; bottom: 0; left: 0; right: 0; padding: 60px; background: gray; } section#page { margin-bottom: 150px; } Reference: https://beaverhero.com/avenue-squarespace/#Footer_Background_Color_Footer_Full-width I did this and it didn't work, I'd like the text to be centered. You can see at http://yourejustmytype.com Link to comment
tuanphan Posted February 22, 2021 Share Posted February 22, 2021 On 2/19/2021 at 9:10 PM, LauraLeigh said: I did this and it didn't work, I'd like the text to be centered. You can see at http://yourejustmytype.com You want footer fullwidth or center text? 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!) Link to comment
shimejicreatives Posted September 9, 2021 Share Posted September 9, 2021 I am looking to do the same thing on a website. I would like the footer fullwidth and then center the text Link to comment
tuanphan Posted September 12, 2021 Share Posted September 12, 2021 On 9/10/2021 at 1:19 AM, shimejicreatives said: I am looking to do the same thing on a website. I would like the footer fullwidth and then center the text Hi, What is your site url? Do you use Personal, Business or Commerce Plan? 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!) Link to comment
_audball Posted December 29, 2023 Share Posted December 29, 2023 I'd like to make the footer align with the rest of the content on the page, but none of these codes are working. When I scale the browser to full width on my monitor, the footer doesn't align on the left side. How can I make it full width so it aligns with the header and portfolio grid? www.audreypeluso.com @tuanphan Link to comment
tuanphan Posted January 1 Share Posted January 1 On 12/29/2023 at 11:33 PM, _audball said: I'd like to make the footer align with the rest of the content on the page, but none of these codes are working. When I scale the browser to full width on my monitor, the footer doesn't align on the left side. How can I make it full width so it aligns with the header and portfolio grid? www.audreypeluso.com @tuanphan Can you change Footer to Classic Editor? We can use code to align footer - page content easier 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!) Link to comment
_audball Posted January 3 Share Posted January 3 @tuanphan Ok, I switched to the classic editor. Link to comment
tuanphan Posted January 5 Share Posted January 5 On 1/3/2024 at 11:36 PM, _audball said: @tuanphan Ok, I switched to the classic editor. I see your site has a password now.. 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!) Link to comment
_audball Posted January 5 Share Posted January 5 @tuanphan Ah crap, my apologies. I removed the password. Link to comment
tuanphan Posted January 8 Share Posted January 8 On 1/5/2024 at 10:56 PM, _audball said: @tuanphan Ah crap, my apologies. I removed the password. Add this to Website Tools (under Not Linked) > Custom CSS footer.sections .content-wrapper { max-width: 100% !important; } 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!) 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