CamishaB Posted September 14, 2020 Share Posted September 14, 2020 Site URL: https://hellomisha.ca/home-page Anyone know how to change order of blocks on mobile? Something showing side by side on desktop shows the wrong one on top on mobile view. and how to not make my page like scroll off screen? Like it goes towards side bouncing slightly off screen when sliding (site still under face lift) Link to comment
tuanphan Posted September 14, 2020 Share Posted September 14, 2020 brand above scroll arrow? Add to Home > Design > Custom CSS @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1600055272217_5874+.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
CamishaB Posted September 14, 2020 Author Share Posted September 14, 2020 6 hours ago, tuanphan said: brand above scroll arrow? Add to Home > Design > Custom CSS @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1600055272217_5874+.row { display: flex; flex-direction: column-reverse; } } Yes, will try this and see if it works ! Thank you ! Link to comment
CamishaB Posted September 14, 2020 Author Share Posted September 14, 2020 6 hours ago, tuanphan said: brand above scroll arrow? Add to Home > Design > Custom CSS @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1600055272217_5874+.row { display: flex; flex-direction: column-reverse; } } It worked!!!! you have helped me quite a bit, even on email.. I would like to donate, how can I do this? im very grateful for you. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.