copywriter22 Posted March 6, 2022 Share Posted March 6, 2022 Site URL: https://www.drmadeleinevieira.com/podcast Hi, When I check my podcast webpage on my phone the social icons come up enlarged and it doesn’t look good. (See attached) while they’re pretty small when viewed on my iMac. What's a solution to this? Thanks Victoriaviolet 1 Link to comment
Beyondspace Posted March 8, 2022 Share Posted March 8, 2022 (edited) On 3/6/2022 at 7:39 PM, copywriter22 said: Site URL: https://www.drmadeleinevieira.com/podcast Hi, When I check my podcast webpage on my phone the social icons come up enlarged and it doesn’t look good. (See attached) while they’re pretty small when viewed on my iMac. What's a solution to this? Thanks Try adding to Home > Design> Custom Css @media only screen and (max-width: 767px) { #block-yui_3_17_2_1_1646233969331_4082 { .sqs-gallery-design-grid { display: flex !important; justify-content: space-evenly; } .sqs-gallery-design-grid-slide { width: 10% !important; img { width: 100% !important; height: 100% !important; position: absolute !important; } } } } Let me know how it works on your site Support me by pressing 👍 if this useful for you Edited March 8, 2022 by bangank36 Victoriaviolet 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 March 8, 2022 Share Posted March 8, 2022 My testing 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
copywriter22 Posted March 8, 2022 Author Share Posted March 8, 2022 Hi, that works for my podcast webpage - thanks! However, I have the same social icons when you click on the episode within the podcast webpage and it's the same issue. The size looks fine on my desktop, but on my mobile they're enlarged. (see screenshots attached) Is there a different code for the episode pages (made with blog page feature)? Thank you Link to comment
tuanphan Posted March 10, 2022 Share Posted March 10, 2022 Don't remove above code. Add this to Design > Custom CSS @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1646234356611_107823 .slide { width: 12% !important; } } 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
copywriter22 Posted March 11, 2022 Author Share Posted March 11, 2022 Hi, this works, however, with this code the social icons are now left aligned and I'd like them positioned centred like on my web browser. (see screenshots) Does the code need to be changed slightly to get this result? Thanks Link to comment
tuanphan Posted March 13, 2022 Share Posted March 13, 2022 On 3/11/2022 at 6:45 PM, copywriter22 said: Hi, this works, however, with this code the social icons are now left aligned and I'd like them positioned centred like on my web browser. (see screenshots) Does the code need to be changed slightly to get this result? Thanks Change 12% to 14.2857% !important 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
copywriter22 Posted March 14, 2022 Author Share Posted March 14, 2022 Great! That works. Thanks. Link to comment
copywriter22 Posted March 16, 2022 Author Share Posted March 16, 2022 Hi, your code worked to decrease the social icons size and to justify them correctly for episode 1 (see screenshot attached). However, now that I've added a new episode and have uploaded the same icons, they also come up really big and probably not justified correctly in mobile view (see screenshot). Is there a code that would solve this for every new episode I upload the social icons to? Or do I need a new code each time to have it appear correctly? Thank you Link to comment
tuanphan Posted March 18, 2022 Share Posted March 18, 2022 On 3/16/2022 at 8:31 PM, copywriter22 said: Hi, your code worked to decrease the social icons size and to justify them correctly for episode 1 (see screenshot attached). However, now that I've added a new episode and have uploaded the same icons, they also come up really big and probably not justified correctly in mobile view (see screenshot). Is there a code that would solve this for every new episode I upload the social icons to? Or do I need a new code each time to have it appear correctly? Thank you try this new code @media screen and (max-width:767px) { body[class*="collection-type-blog"].view-item .gallery-block .slide { width: 14.2857% !important; } } 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
copywriter22 Posted March 22, 2022 Author Share Posted March 22, 2022 That works! Thanks! 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