ThisWayToFabulous Posted March 15, 2022 Share Posted March 15, 2022 Site URL: https://tmha-new-site.squarespace.com/ https://tmha-new-site.squarespace.com/ password: tamara I want this whole line to shrink down to mobile and I can not get coding to work right. Please help! Its total garbage on mobile right now! Link to comment
tuanphan Posted March 16, 2022 Share Posted March 16, 2022 You mean shrink down text size or? 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
ThisWayToFabulous Posted March 16, 2022 Author Share Posted March 16, 2022 @tuanphan the whole thing. Does this mockup in Canva help? Link to comment
ThisWayToFabulous Posted March 17, 2022 Author Share Posted March 17, 2022 @tuanphan does that make sense at all? Or is in not possible? Link to comment
tuanphan Posted March 19, 2022 Share Posted March 19, 2022 Add to Design > Custom CSS /* We are your team mobile */ @media screen and (max-width:767px) { div#block-0f2b72d0aa22a0e580f0 { figure { display: flex !important; flex-direction: row-reverse; } h3 { font-size: 20px; } h2 { font-size: 18px; } p { font-size: 14px; } a { font-size: 12px !important; padding-left: 10px; padding-right: 10px; }}} 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
ThisWayToFabulous Posted March 19, 2022 Author Share Posted March 19, 2022 @tuanphan thank you so much for this! The client ended up not liking the way that was looking either so I went back to a simple image and text separation and its working for them much better on mobile. My only question now is...is there a way to switch the order of the text area and the photo on mobile? So basically would like the photo to show up right on top of "Larger Group Size" Is that possible? Link to comment
tuanphan Posted March 21, 2022 Share Posted March 21, 2022 On 3/20/2022 at 12:38 AM, ThisWayToFabulous said: @tuanphan thank you so much for this! The client ended up not liking the way that was looking either so I went back to a simple image and text separation and its working for them much better on mobile. My only question now is...is there a way to switch the order of the text area and the photo on mobile? So basically would like the photo to show up right on top of "Larger Group Size" Is that possible? Add to Design > Custom CSS /* Mobile - We are your team */ @media screen and (max-width:767px) { div#page-section-623610b2c4d5ac26b04c5d1a .span-12>.row { display: flex; flex-direction: column-reverse; } } 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
Create an account or sign in to comment
You need to be a member in order to leave a comment