SueB1 Posted July 28, 2023 Share Posted July 28, 2023 URL: https://www.apetalunfolds.com Hi I've placed a logo in my footer and managed to reduce the size by using spacers but I'm struggling to adjust the size of it in mobile, as it's showing too big. I'm struggling to find the right code to fix it with. Any help would be much appreciated, thanks so much Link to comment
Solution CassAggett Posted July 28, 2023 Solution Share Posted July 28, 2023 Hi Sue, this is a limitation in the classic editor as on mobile it doesn't render the spacer blocks basically. You can manage this sizing separately if you upgrade the section to Fluid Engine, but if you'd like to keep it as is, paste this code into the Custom CSS panel in the Design menu: @media only screen and (max-width: 768px) { #block-yui_3_17_2_1_1690487871110_7358 { width: 40%; margin: 0 auto; } } You can adjust the percentage to whatever you'd like it to be 😊 If this helped you, please like or mark my solution as answer so others can scroll to it quickly 👆 Cass Aggett is a Squarespace website designer for go-getting women – no matter what stage of business. WEBSITE • INSTAGRAM Link to comment
SueB1 Posted July 30, 2023 Author Share Posted July 30, 2023 Thanks so much @CassAggett that's worked 🙂 CassAggett 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