KendallDecker Posted January 6, 2022 Share Posted January 6, 2022 Site URL: https://www.kendalldeckeragency.com/ Hi! I want to change how my website shows up in mobile view. Right now the pictures are on the left and the text is on the right. They are side by side. When on mobile it reads left to right so the pictures show up before the text. Can I change it to read right to left just first the first block so that the text shows first? Thanks! Link to comment
tuanphan Posted January 8, 2022 Share Posted January 8, 2022 Hi, You want, on mobile, the order will be: Text Image Button Is this right? and apply this for Teachers need your help section (2 images) Hi, I’m Kendall Decker… 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
KendallDecker Posted January 9, 2022 Author Share Posted January 9, 2022 Yes, text, image, button. Only for the first section though. I am okay with the picture showing up first on the About Me section. Thanks! Link to comment
tuanphan Posted January 10, 2022 Share Posted January 10, 2022 11 hours ago, KendallDecker said: Yes, text, image, button. Only for the first section though. I am okay with the picture showing up first on the About Me section. Thanks! Add to Design > Custom CSS /* Mobile text image button */ @media screen and (max-width:767px) { div#page-section-61c34db05643c73d51043dc4>.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