admviwi Posted December 14, 2021 Share Posted December 14, 2021 Site URL: http://www.vinadawines.com Site URL: www.vinadawines.com Hello, the footer and especially the logo is huge on mobile device and looks very ugly. Tried diff codes but doesn't seem to work. Any ideas on how I can fix this? Link to comment
Beyondspace Posted December 14, 2021 Share Posted December 14, 2021 1 hour ago, admviwi said: Site URL: http://www.vinadawines.com Site URL: www.vinadawines.com Hello, the footer and especially the logo is huge on mobile device and looks very ugly. Tried diff codes but doesn't seem to work. Any ideas on how I can fix this? Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { #block-yui_3_17_2_1_1635434500253_26412 .sqs-image-shape-container-element { padding-bottom: 50% !important; } #block-yui_3_17_2_1_1635434500253_26412 img { width: 50% !important; height: auto !important; left: 50% !important; transform: translateX(-50%); } } Let me know how it works on your site 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
admviwi Posted December 15, 2021 Author Share Posted December 15, 2021 Thanks for your quick answer, yes it makes the logo a bit smaller but I can only see half te logo (see printscreen). The rest of the footer didn't get smaller yet. I tried to make some tweaks with the %, only if I put the padding-bottom: on 110% is can see the whole logo but then the space between the logo and the rest of the text looks ugly so this can't be the solution 🙂 hope you could help me out also with the appearance of the rest of the footer. Thanks Link to comment
admviwi Posted December 15, 2021 Author Share Posted December 15, 2021 12 hours ago, admviwi said: Thanks for your quick answer, yes it makes the logo a bit smaller but I can only see half te logo (see printscreen). The rest of the footer didn't get smaller yet. I tried to make some tweaks with the %, only if I put the padding-bottom: on 110% is can see the whole logo but then the space between the logo and the rest of the text looks ugly so this can't be the solution 🙂 hope you could help me out also with the appearance of the rest of the footer. Thanks Link to comment
tuanphan Posted December 19, 2021 Share Posted December 19, 2021 @admviwi use this new code /* Mobile footer logo */ @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1635434500253_26412 { width: 30%; margin: 0 auto; } } 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