angelamanderson22 Posted September 14, 2021 Share Posted September 14, 2021 (edited) Site URL: https://beth-howley.squarespace.com/config/pages Hi! Is there a way I can change the order of the footer middle block and the footer nav block so that the middle block (has the logo) is on the left and the nav is to the right. I attached screenshots of how it looks now vs how I would like it to look. I'm using the Brine template. Thank you! Current footer: How I'd like the footer: Edited September 14, 2021 by angelamanderson22 added template Link to comment
tuanphan Posted September 17, 2021 Share Posted September 17, 2021 Hi, I see you changed footer layout? 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
angelamanderson22 Posted September 22, 2021 Author Share Posted September 22, 2021 (edited) @tuanphan Sorry, I was editing the new template in preview mode. I made the new site live now. It's http://www.bethhowleycreative.com and the password is: michbren. Thanks! Edited September 22, 2021 by angelamanderson22 Link to comment
tuanphan Posted September 26, 2021 Share Posted September 26, 2021 On 9/23/2021 at 3:36 AM, angelamanderson22 said: @tuanphan Sorry, I was editing the new template in preview mode. I made the new site live now. It's http://www.bethhowleycreative.com and the password is: michbren. Thanks! Add to Design > Custom CSS /* Footer layout */ div.Footer-middle { flex-direction: row-reverse; } div#footerBlocksMiddle>.row { display: flex; flex-direction: row-reverse; } angelamanderson22 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
angelamanderson22 Posted September 26, 2021 Author Share Posted September 26, 2021 Thank you so much! Do you know how to make the logo sit on top of the nav on mobile instead of to the side? Link to comment
Solution tuanphan Posted September 27, 2021 Solution Share Posted September 27, 2021 14 hours ago, angelamanderson22 said: Thank you so much! Do you know how to make the logo sit on top of the nav on mobile instead of to the side? Use this new code /* Footer layout */ div.Footer-middle { flex-direction: row-reverse; } div#footerBlocksMiddle>.row { display: flex; flex-direction: row-reverse; } @media screen and (max-width:767px) { div.Footer-middle { flex-direction: column-reverse !important; } div#footerBlocksMiddle>.row { display: block; } div#footerBlocksMiddle { flex: unset; } } angelamanderson22 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
angelamanderson22 Posted September 27, 2021 Author Share Posted September 27, 2021 Thank you so much! Link to comment
angelamanderson22 Posted October 4, 2021 Author Share Posted October 4, 2021 Another question - Do you know how to center the footer nav under the logo? Thanks! Link to comment
tuanphan Posted October 5, 2021 Share Posted October 5, 2021 On 9/28/2021 at 6:44 AM, angelamanderson22 said: Thank you so much! Add to Design > Custom CSS @media screen and (max-width:640px) { nav.Footer-nav * { width: 100% !important; text-align: center !important; max-width: unset !important; } } angelamanderson22 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
angelamanderson22 Posted October 28, 2021 Author Share Posted October 28, 2021 Another question - can I target the image in the middle footer block to adjust the width? The logo right now is blurry because I had to save it as a smaller file size (150x150 px) for it to look the way I wanted it to (about the same height as the nav). But ideally I would like to upload a larger image and then target it with css and adjust the width so it will be the right size and not blurry. Thanks! Link to comment
tuanphan Posted November 1, 2021 Share Posted November 1, 2021 On 10/28/2021 at 8:32 AM, angelamanderson22 said: Another question - can I target the image in the middle footer block to adjust the width? The logo right now is blurry because I had to save it as a smaller file size (150x150 px) for it to look the way I wanted it to (about the same height as the nav). But ideally I would like to upload a larger image and then target it with css and adjust the width so it will be the right size and not blurry. Thanks! Use this code. It will target all image in Footer div#footerBlocksMiddle .image-block { width: 30%; } angelamanderson22 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment