elsnerja Posted October 17, 2021 Share Posted October 17, 2021 Site URL: https://chameleon-bison-6zh5.squarespace.com/ Hey! If you look at this site on mobile view, and scroll to the bottom, the company logo (image block) fills the screen. I would like ti to be proportional to how it reads on desktop view. Or similar. Any ideas on how I can do this? Thank in advance. Link to comment
Solution tuanphan Posted October 20, 2021 Solution Share Posted October 20, 2021 On 10/18/2021 at 5:34 AM, elsnerja said: Site URL: https://chameleon-bison-6zh5.squarespace.com/ Hey! If you look at this site on mobile view, and scroll to the bottom, the company logo (image block) fills the screen. I would like ti to be proportional to how it reads on desktop view. Or similar. Any ideas on how I can do this? Thank in advance. Add to Design > Custom CSS /* resze footer mobile logo */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1633912708210_14107 { width: 50%; margin: 0 auto; } } 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
elsnerja Posted October 23, 2021 Author Share Posted October 23, 2021 Thanks for this bit of code. I changed it to 25% and that was exactly what I needed. Easy! 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