I would like to put an image and maybe two lines of text next to it (not above, not below). The closest I came to doing it was to put in a grid with 2 columns on the page, put containers in each grid column, then put the image in one, and typography in the other but I was not able to resize the equal-sized grid columns in which they showed. Any suggestions?
If you tell both containers to act as grid items you should be able to do that. Another option would be to use flex, which seems the way to go for such a simple layout.
You can easily do that with a flex (once you know how). Here’s a quick video showing the process…
Let me know if you get stuck or need more help with it.