I know this is possible since if you put an image text block in shopify, they will align vertically on mobile…
This is the page: https://hypersolesorthotics.com/pages/workout
The custom code I want to align is the google maps part (next to the ‘paris is beautiful text’).
How would I modify the html below to keep the look I have on desktop and get the text and google maps part to vertically align on mobile?
Thanks!
The title of the document .container { display: flex; align-items: center; justify-content: center } .text { font-size: 20px; padding-left: 20px; }