AshlynnW Posted July 27, 2020 Share Posted July 27, 2020 Site URL: https://ashlynnwhalley.com/about Looking for help with how to re-configure how my text stacks on my image (overlap layout) on mobile. I'm using custom fonts, but even with regular fonts it wouldn't stack correctly. Example page: ashlynnwhalley.com/about (on mobile) Ideally I'd like the text to move UNDER the image on mobile. Thank you! Link to comment
tuanphan Posted July 28, 2020 Share Posted July 28, 2020 Add to About Page Settings > Advanced > Header (If you use Personal Plan > Insert Code Block) <style> @media screen and (max-width:640px) { } .design-layout-overlap figcaption { margin-top: 50px; } } </style> 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
AshlynnW Posted July 30, 2020 Author Share Posted July 30, 2020 @tuanphan worked like a charm, thank you so so much. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.