IYHPC Posted March 24, 2022 Share Posted March 24, 2022 Site URL: http://www.inyourhomepetcare.com/ Hi there, The logo in my footer is too big on mobile. How can I make it smaller on mobile only? Every code i've tried hasn't done anything. Thank you! Site password is: iyhpc123 Link to comment
Jia Posted March 24, 2022 Share Posted March 24, 2022 48 minutes ago, IYHPC said: Site URL: http://www.inyourhomepetcare.com/ Hi there, The logo in my footer is too big on mobile. How can I make it smaller on mobile only? Every code i've tried hasn't done anything. Thank you! Site password is: iyhpc123 Hi, try adding this code to custom css (Design > Custom CSS), and let me know how it goes 🙂 @media screen and (max-width:767px) { #block-yui_3_17_2_1_1647046199937_12384 { width: 40%; } } Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified. www.sevenstars.studio www.instagram.com/sevenstars.studio Link to comment
IYHPC Posted March 24, 2022 Author Share Posted March 24, 2022 (edited) @Jia That worked! How do I center the image though? And if there's a way to center the footer text on mobile too, that would be incredible!! Thank you so much! Edited March 24, 2022 by IYHPC Link to comment
Jia Posted March 24, 2022 Share Posted March 24, 2022 49 minutes ago, IYHPC said: @Jia That worked! How do I center the image though? And if there's a way to center the footer text on mobile too, that would be incredible!! Thank you so much! Sure thing, here's the code to center everything: footer#footer-sections { text-align: center; .sqs-block-button-container--left { text-align: center; } } #block-yui_3_17_2_1_1647046199937_12384 { margin:auto; } IYHPC 1 Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified. www.sevenstars.studio www.instagram.com/sevenstars.studio Link to comment
IYHPC Posted March 24, 2022 Author Share Posted March 24, 2022 @Jia Incredible! Thank you so much! Jia 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