sophie.elizabeth Posted August 9, 2021 Posted August 9, 2021 Site URL: https://prism-seal-294l.squarespace.com/ Hey, Lots of the inline images are too big on mobile, a set of icons and the logo in footer, can I get some custom code to amend this? P: Aine123
tuanphan Posted August 12, 2021 Posted August 12, 2021 Hi. With footer icon, add this to Design > Custom CSS /* Footer icon */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1619642357481_9547 { width: 30%; } } With other icons, I don't see them on homepage. Which page? 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!)
sophie.elizabeth Posted August 13, 2021 Author Posted August 13, 2021 @tuanphan the other icons are on this page: https://prism-seal-294l.squarespace.com/personal-branding Thanks so much for help!
tuanphan Posted August 14, 2021 Posted August 14, 2021 On 8/13/2021 at 10:07 PM, sophie.elizabeth said: @tuanphan the other icons are on this page: https://prism-seal-294l.squarespace.com/personal-branding Thanks so much for help! Add to Design > Custom CSS /* personal branding icons */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1626615717069_157796+.row .col { width: 33.3333% !important; float: left !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
Archived
This topic is now archived and is closed to further replies.