Guest Posted August 3, 2020 Share Posted August 3, 2020 Site URL: http://www.billydupee.co.uk Hi there, I want to include a Copyright left aligned within my footer, but also have a hyperlink to my Instagram within the same footer but aligned to the right. As per below: If i make this with 2 text blocks then the blocks stack above each other when viewed on mobile. See below: How can I keep them on the same line within the same text block so they stay aligned in any sized device? Thanks Link to comment
tuanphan Posted August 4, 2020 Share Posted August 4, 2020 Add to Home > Design > Custom CSS /* Footer align text */ @media screen and (max-width:640px) { div#footer-blocks .span-6:first-child { width: 70% !important; float: left !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
benny25 Posted September 24, 2021 Share Posted September 24, 2021 (edited) I'm having a very similar situation! Except the code suggestion above isn't working for my website, unfortunately. Any help would be appreciated! https://magenta-aqua-4xll.squarespace.com/ Edited September 29, 2021 by benny25 Link to comment
tuanphan Posted September 26, 2021 Share Posted September 26, 2021 On 9/25/2021 at 2:08 AM, benny25 said: I'm having a very similar situation! Except the code suggestion above isn't working for my website, unfortunately. Any help would be appreciated! https://magenta-aqua-4xll.squarespace.com/ Password: panson123! It looks like you solved this? 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
benny25 Posted September 27, 2021 Share Posted September 27, 2021 @tuanphan Yes, I used the code you provided in another question and it helped out tremendously. Thank you so much! Link to comment
HunterD Posted April 9, 2022 Share Posted April 9, 2022 the code is not working for me Link to comment
tuanphan Posted April 10, 2022 Share Posted April 10, 2022 7 hours ago, HunterD said: the code is not working for me What is your site url? We can check easier HunterD 1 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
HunterD Posted April 10, 2022 Share Posted April 10, 2022 (edited) @tuanphanThis is the code not working /* Mobile footer side by side */ @media screen and (max-width:767px) { div#page-section-60963f488f966c26e837b484 .span-6 { width: 50% !important; float: left !important; } } this code is from you, another post And this is the URL: mashaborak.com Edited April 10, 2022 by HunterD Link to comment
HunterD Posted April 10, 2022 Share Posted April 10, 2022 Please help me, I am driving crazy with this 😅 Link to comment
HunterD Posted April 10, 2022 Share Posted April 10, 2022 On 9/27/2021 at 4:56 PM, benny25 said: @tuanphan Yes, I used the code you provided in another question and it helped out tremendously. Thank you so much! Wich code? Link to comment
HunterD Posted April 10, 2022 Share Posted April 10, 2022 @tuanphanIt is strange, because it works on another Squarespace template. but on this website https://www.mashaborak.com it is not working. Tried another code, but none of them work. Link to comment
HunterD Posted April 10, 2022 Share Posted April 10, 2022 Never mind! Fixed! 😁 tuanphan 1 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