copywriter22 Posted March 6, 2022 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
Beyondspace Posted March 8, 2022 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 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Beyondspace Posted March 8, 2022 Posted March 8, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
copywriter22 Posted March 8, 2022 Author 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
tuanphan Posted March 10, 2022 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
copywriter22 Posted March 11, 2022 Author 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
tuanphan Posted March 13, 2022 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
copywriter22 Posted March 16, 2022 Author 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
tuanphan Posted March 18, 2022 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment