michaelpga Posted October 10, 2021 Share Posted October 10, 2021 Site URL: https://www.bloomhomes.com.au hello, My footer logo is too appearing much too large on my mobile site. I tried to use some code from previous posts but they haven't worked. I'm using version 7.1. See screenshot attached. www.bloomhomes.com.au Your help is much appreciated Link to comment
Beyondspace Posted October 10, 2021 Share Posted October 10, 2021 10 hours ago, michaelpga said: Site URL: https://www.bloomhomes.com.au hello, My footer logo is too appearing much too large on my mobile site. I tried to use some code from previous posts but they haven't worked. I'm using version 7.1. See screenshot attached. www.bloomhomes.com.au Your help is much appreciated Add to Home > Design > Custom Css @media only screen and (max-width: 767px) { footer .image-block-wrapper img { width: 70% !important; height: auto !important; left: 50% !important; transform: translateX(-50%); } footer .image-block-wrapper > .sqs-image-shape-container-element { padding-bottom: 70% !important; } } Support me by pressing 👍 if this useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
michaelpga Posted October 11, 2021 Author Share Posted October 11, 2021 Hello bangank36, Thanks again for helping me with this issue. You can see in my screenshot that the logo is up too high and still too large in size. I would like the logo to appear 25% smaller and be to the left hand side of the footer, in line with the text, if possible? Link to comment
Beyondspace Posted October 11, 2021 Share Posted October 11, 2021 (edited) 5 hours ago, michaelpga said: Hello bangank36, Thanks again for helping me with this issue. You can see in my screenshot that the logo is up too high and still too large in size. I would like the logo to appear 25% smaller and be to the left hand side of the footer, in line with the text, if possible? With the setting footer logo smaller and on the left of company information, you can replace my previous code with this one @media only screen and (max-width: 767px) { footer .content-wrapper .content .sqs-layout > .row.sqs-row > .col:first-child { width: 25% !important; height: auto !important; position: absolute; top: 50%; left: 0; transform: translateY(-50%) !important; } footer .content-wrapper .content .sqs-layout > .row.sqs-row > .col:nth-child(2) { width: 75% !important; height: auto !important; position: absolute; top: 50%; right: 0; transform: translateY(-50%) !important; } } Support me by pressing 👍 if this useful for you Edited October 11, 2021 by bangank36 michaelpga 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted October 11, 2021 Share Posted October 11, 2021 My result: BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
michaelpga Posted October 11, 2021 Author Share Posted October 11, 2021 @bangank36 yes, that's perfect, thank you so much for your help! Beyondspace 1 Link to comment
michaelpga Posted October 11, 2021 Author Share Posted October 11, 2021 Sorry, one more question - I know I've been asking for a lot of help today. Could you help me with the mobile footer size of this logo? I'd like it smaller and to the left of the text too please. Thank you www.abodestudio.com.au Link to comment
tuanphan Posted October 13, 2021 Share Posted October 13, 2021 On 10/11/2021 at 2:08 PM, michaelpga said: Sorry, one more question - I know I've been asking for a lot of help today. Could you help me with the mobile footer size of this logo? I'd like it smaller and to the left of the text too please. Thank you www.abodestudio.com.au Try this CSS /* Mobile footer */ @media screen and (max-width:767px) { div#page-section-6073cc487ffe752be973dabf .span-1 { width: 30% !important; float: left !important; } div#page-section-6073cc487ffe752be973dabf .span-3 { width: 70% !important; float: left !important; } } michaelpga 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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