HandegardArkitektur Posted May 6, 2022 Posted May 6, 2022 Site URL: http://copper-bullfrog-28wb.squarespace.com Hello! How could I add two columns on the footer of the phone version so the Instagram icon appears next to the links, instead of below? Thank you so much in advance!
Jake235 Posted May 6, 2022 Posted May 6, 2022 (edited) Have you tried editing it in mobile first? On the edit page click the mobile icon, otherwise, this is a higher skilled topic, but, if you’re interested this MDN article is a quick overview to the syntax and that should get you started. Edited May 6, 2022 by Jake235
tuanphan Posted May 8, 2022 Posted May 8, 2022 Hi. What is password? 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!)
tuanphan Posted May 11, 2022 Posted May 11, 2022 On 5/9/2022 at 4:20 PM, HandegardArkitektur said: EspenWebsite2022 Thank you! The password incorrect 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!)
HandegardArkitektur Posted June 21, 2022 Author Posted June 21, 2022 On 5/11/2022 at 11:11 AM, tuanphan said: The password incorrect here 🙂EspenWebsite2022
tuanphan Posted June 22, 2022 Posted June 22, 2022 16 hours ago, HandegardArkitektur said: here 🙂EspenWebsite2022 Add to Design > Custom CSS @media screen and (max-width:767px) { div#page-section-626bb433ecca1510b5b2ba33 .span-12>.row { display: flex; align-items: flex-end; } } 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!)
HandegardArkitektur Posted June 22, 2022 Author Posted June 22, 2022 2 hours ago, tuanphan said: Add to Design > Custom CSS @media screen and (max-width:767px) { div#page-section-626bb433ecca1510b5b2ba33 .span-12>.row { display: flex; align-items: flex-end; } } Thank you Tuanphan! Do you know by any chance how to move the icon to the right corner? See attached:
tuanphan Posted June 22, 2022 Posted June 22, 2022 2 hours ago, HandegardArkitektur said: Thank you Tuanphan! Do you know by any chance how to move the icon to the right corner? See attached: Use this new code @media screen and (max-width:767px) { div#page-section-626bb433ecca1510b5b2ba33 .span-12>.row { display: flex; align-items: flex-end; } div#page-section-626bb433ecca1510b5b2ba33 .span-9 { width: 70% !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!)
HandegardArkitektur Posted June 22, 2022 Author Posted June 22, 2022 5 minutes ago, tuanphan said: Use this new code @media screen and (max-width:767px) { div#page-section-626bb433ecca1510b5b2ba33 .span-12>.row { display: flex; align-items: flex-end; } div#page-section-626bb433ecca1510b5b2ba33 .span-9 { width: 70% !important; } } amazing! Thank you so much
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment