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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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
Create an account or sign in to comment
You need to be a member in order to leave a comment