Mallorycs82 Posted February 24, 2020 Share Posted February 24, 2020 Site URL: https://drcreative.squarespace.com I followed these exact directions for a boxed-in footer: https://thirtyeightvisuals.com/blog/boxed-footer-squarespace But the mobile code isn't working. This is the exact code I have in CSS editor: @media screen and (min-width: 640px) { .Footer-inner { display: flex; } .Footer-blocks--top, .Footer-middle, .Footer-blocks--bottom { flex: 1; display: flex; flex-direction: column; justify-content: center; border: 1px solid #ddd; padding: 20px; } } .Footer-inner { display: flex; } .Footer-blocks--top, .Footer-middle, .Footer-blocks--bottom { flex: 1; display: flex; flex-direction: column; justify-content: center; border: 1px solid #ddd; padding: 20px; } This is what it looks like on mobile view. Why???? Link to comment
tuanphan Posted February 25, 2020 Share Posted February 25, 2020 What is site access password? 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
Mallorycs82 Posted February 25, 2020 Author Share Posted February 25, 2020 @tuanphan drcreative.squarespace.com Password: drcreative Link to comment
tuanphan Posted February 27, 2020 Share Posted February 27, 2020 On 2/25/2020 at 10:20 PM, Mallorycs82 said: @tuanphan drcreative.squarespace.com Password: drcreative Have you solved yet? -- 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
Mallorycs82 Posted February 27, 2020 Author Share Posted February 27, 2020 @tuanphan not yet! Link to comment
mallorycs Posted February 29, 2020 Share Posted February 29, 2020 @tuanphan Any thoughts on this one? :) :) Link to comment
tuanphan Posted March 2, 2020 Share Posted March 2, 2020 On 2/28/2020 at 2:26 AM, Mallorycs82 said: @tuanphan not yet! On 3/1/2020 at 3:43 AM, mallorycs said: @tuanphan Any thoughts on this one? :) :) Add to Home > Design > Custom CSS @media screen and (max-width:640px) { .Footer-inner.clear { flex-direction: column; } } 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
Mallorycs82 Posted March 3, 2020 Author Share Posted March 3, 2020 On 3/2/2020 at 5:35 AM, tuanphan said: @media screen and (max-width:640px) { .Footer-inner.clear { flex-direction: column; } } @tuanphan yay that worked!!! Thank you so much!! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.