P-Lato Posted May 3, 2021 Share Posted May 3, 2021 Site URL: https://www.patrickpilato.ca/ Hi there, Can someone please help me change the order of these blocks on mobile? I would like the picture and the name/title to show above the text block. This is under "words from clients" on my homepage. Thank you! Link to comment
tuanphan Posted May 6, 2021 Share Posted May 6, 2021 Hi. Add to Design > Custom CSS /* text image order */ @media screen and (max-width:767px) { div#block-5e69d0a790774e63665d + .row>.span-4 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment