Change the position of the image on List with timeline block to the left

Insert this custom code to Page Settings>Custom Code>Header section and replace BLOCKID with the corresponding block name

<style>
#BLOCKID li {
	flex-direction: row-reverse;
}
</style>
1 Like