Hi Annelene,
Unfortunately, there is no option in the theme for making the blog listing page like the one that you have mentioned. You can go to X > Theme Options > Blog and set the blog page to standard instead of masonry and it will have a more standard view that the masonry view.
But anyway, the changes will need CSS customization which is outside of our support scope and you will need to hire a developer to implement such a feature for you.
To make sure that we give you all a point to start is that you need to force the image to float left and the text to float right and set the width of the image and text 50%.
1- To find the proper CSS code selector use the Chrome browser Developer Toolbar:
https://www.youtube.com/watch?v=wcFnnxfA70g
2- For the CSS code itself, I suggest that you get started with this tutorial:
https://www.w3schools.com/css/css_float.asp
Thank you.