TFWC Posted April 2, 2022 Share Posted April 2, 2022 Site URL: https://www.twinforkswindow.com/about I'd like to make the logo image in my footer like 75% smaller than it is but I can't adjust the size without the image being cropped. Link to comment
tuanphan Posted April 2, 2022 Share Posted April 2, 2022 I send code in this post https://forum.squarespace.com/topic/217544-mobile-site-logo-in-footer-too-large/#comment-539799 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
TFWC Posted April 2, 2022 Author Share Posted April 2, 2022 13 minutes ago, tuanphan said: I send code in this post https://forum.squarespace.com/topic/217544-mobile-site-logo-in-footer-too-large/#comment-539799 Yes thank you for your help. Now I'm interested in doing it on my desktop site. Link to comment
tuanphan Posted April 2, 2022 Share Posted April 2, 2022 1 hour ago, TFWC said: Yes thank you for your help. Now I'm interested in doing it on my desktop site. with desktop, use this code /* Resize footer logo desktop */ @media screen and (min-width:768px) { footer.sections .image-block { width: 75%; } } 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
Inkybamboo Posted October 4, 2022 Share Posted October 4, 2022 @tuanphan Could you help with the code for making the mobile logo smaller? (and left aligned) I tried using the code you posted, but couldn't identify the block id for the logo. Thank you! www.grafine.com Link to comment
tuanphan Posted October 6, 2022 Share Posted October 6, 2022 On 10/4/2022 at 11:10 AM, Inkybamboo said: @tuanphan Could you help with the code for making the mobile logo smaller? (and left aligned) I tried using the code you posted, but couldn't identify the block id for the logo. Thank you! www.grafine.com Do you still need help with align left? 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