PJ22 Posted May 8, 2020 Share Posted May 8, 2020 Site URL: https://www.bypaigejordan.com/ Hello Everyone, I'm having a bit of an issue with the mobile sizing, looking to have the mobile version smaller on the footer same as the desktop version Link to comment
tuanphan Posted May 9, 2020 Share Posted May 9, 2020 you mean 56/400 mask smaller on mobile? 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!) Link to comment
PJ22 Posted May 9, 2020 Author Share Posted May 9, 2020 Yes, making that image smaller on mobile Link to comment
tuanphan Posted May 10, 2020 Share Posted May 10, 2020 20 hours ago, PJ22 said: Yes, making that image smaller on mobile Add to Home > Design > Custom CSS @media screen and (max-width:640px) { div#footerBlocksBottom .span-12 .span-7 { width: 50% !important; margin: 0 auto; } } 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!) Link to comment
CHARLIE_L Posted March 1, 2021 Share Posted March 1, 2021 Hi @tuanphan I have tried this code for my site (www.charlottelinton.com) where I had the same issue on a mobile - my rabbit logo becomes huge! Any ideas why this same code doesn't work? Thanks! Link to comment
tuanphan Posted March 3, 2021 Share Posted March 3, 2021 On 3/1/2021 at 11:23 PM, CHARLIE_L said: Hi @tuanphan I have tried this code for my site (www.charlottelinton.com) where I had the same issue on a mobile - my rabbit logo becomes huge! Any ideas why this same code doesn't work? Thanks! Add to Design > Custom CSS /* resize footer rabbit */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1612356315209_36137 { width: 30%; } } 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!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.